public interface IDataEncryption
Encryption interface to provide object encoding and decoding methods.
Modifier and Type | Method and Description |
---|---|
String |
decode(String source)
Decode method to obtain decrypted string.
|
String |
encode(String source)
Encode method to encrypt string.
|