Package org.wildfly.security.password
Interface TwoWayPassword
-
- All Superinterfaces:
Cloneable,Destroyable,Key,Password,Serializable
- All Known Subinterfaces:
ClearPassword,MaskedPassword
public interface TwoWayPassword extends Password, Destroyable
A password which can be verified and recovered.- Author:
- David M. Lloyd
-
-
Field Summary
-
Fields inherited from interface java.security.Key
serialVersionUID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TwoWayPasswordclone()Creates and returns a copy of thisPassword.-
Methods inherited from interface javax.security.auth.Destroyable
destroy, isDestroyed
-
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
Methods inherited from interface org.wildfly.security.password.Password
castAndApply, castAndApply, castAs, castAs, getParameterSpec, impliesParameters
-
-
-
-
Method Detail
-
clone
TwoWayPassword clone()
Creates and returns a copy of thisPassword.
-
-