public interface EncryptionProvider
Modifier and Type | Method and Description |
---|---|
String |
decrypt(String password)
This method will decrypt the provided string.
|
String |
encrypt(String password)
This method will encrypt the provided string.
|
String decrypt(String password)
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.