| Package | Description |
|---|---|
| org.kuali.common.util.enc |
| Modifier and Type | Field and Description |
|---|---|
static EncStrength |
EncStrength.DEFAULT_ENCRYPTION_STRENGTH
Deprecated.
|
static EncStrength |
EncStrength.DEFAULT_VALUE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
EncStrength |
EncContext.getStrength()
Deprecated.
|
EncStrength |
EncryptionContext.getStrength()
Deprecated.
|
static EncStrength |
EncStrength.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static EncStrength[] |
EncStrength.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static org.jasypt.util.text.TextEncryptor |
EncUtils.getTextEncryptor(String password,
EncStrength strength)
Deprecated.
Return a
BasicTextEncryptor or StrongTextEncryptor depending on what strength is set to |
EncContext.Builder |
EncContext.Builder.strength(EncStrength strength) |
EncryptionContext.Builder |
EncryptionContext.Builder.strength(EncStrength strength) |
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.