public abstract class SafePasswordCipherBase extends java.lang.Object implements SafePasswordCipher
Constructor and Description |
---|
SafePasswordCipherBase() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
decrypt(char[] encryptedPassword)
Decodes an encoded password and returns a plain text password.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
decryptAsCharArray
encrypt
public java.lang.String decrypt(char[] encryptedPassword)
PasswordCipher
decrypt
in interface PasswordCipher
encryptedPassword
- The ciphered password to decode. May not be null
,
nor empty.