Interface OneWayPassword

All Superinterfaces:
Cloneable, Key, Password, Serializable
All Known Subinterfaces:
BCryptPassword, BSDUnixDESCryptPassword, DigestPassword, OneTimePassword, SaltedSimpleDigestPassword, ScramDigestPassword, SimpleDigestPassword, SunUnixMD5CryptPassword, UnixDESCryptPassword, UnixMD5CryptPassword, UnixSHACryptPassword

public interface OneWayPassword extends Password
A password which can be verified but not recovered.
Author:
David M. Lloyd