Package | Description |
---|---|
com.norconex.commons.lang.encrypt |
Encryption-related classes.
|
Modifier and Type | Method and Description |
---|---|
static String |
EncryptionUtil.decrypt(String encryptedText,
EncryptionKey encryptionKey)
Decrypts the given encrypted text with the encryption key supplied.
|
static String |
EncryptionUtil.encrypt(String textToEncrypt,
EncryptionKey encryptionKey)
Encrypts the given text with the encryption key supplied.
|
Copyright © 2008–2016 Norconex Inc.. All rights reserved.