Package org.wildfly.security.password
Interface OneWayPassword
- All Superinterfaces:
Cloneable,Key,Password,Serializable
- All Known Subinterfaces:
BCryptPassword,BSDUnixDESCryptPassword,DigestPassword,OneTimePassword,SaltedSimpleDigestPassword,ScramDigestPassword,SimpleDigestPassword,SunUnixMD5CryptPassword,UnixDESCryptPassword,UnixMD5CryptPassword,UnixSHACryptPassword
A password which can be verified but not recovered.
- Author:
- David M. Lloyd
-
Field Summary
Fields inherited from interface java.security.Key
serialVersionUID -
Method Summary
Methods 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
OneWayPassword clone()Creates and returns a copy of thisPassword.
-