lumis.portal.crypto
package.@Deprecated public interface IEncryptor
Modifier and Type | Method and Description |
---|---|
String |
decrypt(String value)
Deprecated.
Decrypts a string.
|
String |
encrypt(String value)
Deprecated.
Encrypts a string.
|
void |
init(Node configuration)
Deprecated.
This method is called only once and before any other method are called.
|
void init(Node configuration) throws Exception
Exception
String encrypt(String value) throws Exception
value
- the original string.Exception
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.