public interface Cryptor
Modifier and Type | Method and Description |
---|---|
String |
decrypt(String encryptedKey)
Decrypts the password.
|
String |
encrypt(String plainKey)
Encrypt the plain text password.
|
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.