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, waitdecryptAsCharArrayencryptpublic java.lang.String decrypt(char[] encryptedPassword)
PasswordCipherdecrypt in interface PasswordCipherencryptedPassword - The ciphered password to decode. May not be null,
                          nor empty.