public interface TextEncryptor
Modifier and Type | Method and Description |
---|---|
String |
decrypt(String encryptedText)
Decrypt the encrypted text string.
|
String |
encrypt(String text)
Encrypt the raw text string.
|
Copyright © 2019. All rights reserved.