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
- All Known Implementing Classes:
BCryptPasswordImpl,BSDUnixDESCryptPasswordImpl,DigestPasswordImpl,OneTimePasswordImpl,RawBCryptPassword,RawBSDUnixDESCryptPassword,RawDigestPassword,RawOneTimePassword,RawSaltedSimpleDigestPassword,RawScramDigestPassword,RawSimpleDigestPassword,RawSunUnixMD5CryptPassword,RawUnixDESCryptPassword,RawUnixMD5CryptPassword,RawUnixSHACryptPassword,SaltedSimpleDigestPasswordImpl,ScramDigestPasswordImpl,SimpleDigestPasswordImpl,SunUnixMD5CryptPasswordImpl,UnixDESCryptPasswordImpl,UnixMD5CryptPasswordImpl,UnixSHACryptPasswordImpl
public interface OneWayPassword extends Password
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OneWayPasswordclone()Creates and returns a copy of thisPassword.-
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
OneWayPassword clone()
Creates and returns a copy of thisPassword.
-
-