public interface PasswordEncryptor
Modifier and Type | Method and Description |
---|---|
String |
decrypt(String encryptedPassword)
Decrypt the given encrypted password
|
String |
encrypt(String password)
Encrypt the given password
|
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.