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