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 Key
serialVersionUID -
Method Summary
Methods inherited from interface Destroyable
destroy, isDestroyedMethods inherited from interface Key
getAlgorithm, getEncoded, getFormatMethods inherited from interface Password
castAndApply, castAndApply, castAs, castAs, getParameterSpec, impliesParameters
-
Method Details
-
clone
TwoWayPassword clone()Creates and returns a copy of thisPassword.
-