public interface ERXCrypterInterface
Modifier and Type | Method and Description |
---|---|
String |
decrypt(String cryptedText)
Returns the decrypted String of the encrypted text.
|
String |
encrypt(String clearText)
Returns a String version of the encrypted clear text.
|
Copyright © 2002 – 2024 Project Wonder.