Package | Description |
---|---|
ifs.fnd.base |
Provides basic classes and exceptions.
|
ifs.fnd.record |
Provides interfaces and classes for working with records and attributes.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
FndEncryption.decrypt(byte[] cipherText)
Decrypts data previously encrypted with
encrypt(byte[] . |
static java.lang.String |
FndEncryption.decrypt(java.lang.String cipherText)
Decrypts a string previously encrypted with
encrypt(String . |
static byte[] |
FndEncryption.encrypt(byte[] clearText)
Encrypts data.
|
static java.lang.String |
FndEncryption.encrypt(java.lang.String clearText)
Encrypts a
String value. |
static void |
FndEncryption.main(java.lang.String[] args) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
FndInternals.encryptString(java.lang.String value)
Encrypt given string value if global encryption is enabled.
|