| Package | Description |
|---|---|
| org.kuali.common.util.encrypt | |
| org.kuali.common.util.encrypt.jasypt | |
| org.kuali.common.util.encrypt.openssl | |
| org.kuali.common.util.encrypt.provider |
| Modifier and Type | Field and Description |
|---|---|
static EncryptionStrength |
EncryptionStrength.DEFAULT_ENCRYPTION_STRENGTH |
| Modifier and Type | Method and Description |
|---|---|
EncryptionStrength |
EncryptionContext.getStrength() |
static EncryptionStrength |
EncryptionStrength.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncryptionStrength[] |
EncryptionStrength.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
EncryptionContext(String password,
EncryptionStrength strength) |
| Modifier and Type | Method and Description |
|---|---|
static org.jasypt.util.text.TextEncryptor |
Jasypt.buildTextEncryptor(String password,
EncryptionStrength strength)
Return a
BasicTextEncryptor or StrongTextEncryptor depending on what strength is set to |
| Constructor and Description |
|---|
DefaultJasyptEncryptor(String password,
EncryptionStrength strength) |
| Modifier and Type | Method and Description |
|---|---|
static OpenSSLContext |
OpenSSLContext.buildOpenSSLContext(EncryptionStrength strength)
EncryptionStrength.STRONG_ENCRYPTION_STRENGTH means AES 256, otherwise AES 128. |
| Modifier and Type | Method and Description |
|---|---|
protected EncryptionStrength |
AbstractEncryptionContextProvider.getEncryptionStrength() |
protected EncryptionStrength |
FileEncryptionContextProvider.getStrength(List<String> lines) |
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.