| Package | Description |
|---|---|
| org.owasp.esapi.crypto |
This package contains ESAPI cryptography-related classes used throughout
ESAPI.
|
| Modifier and Type | Method and Description |
|---|---|
static CipherSpec.CipherTransformationComponent |
CipherSpec.CipherTransformationComponent.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CipherSpec.CipherTransformationComponent[] |
CipherSpec.CipherTransformationComponent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private java.lang.String |
CipherSpec.getFromCipherXform(CipherSpec.CipherTransformationComponent component)
Split the current cipher transformation and return the requested part.
|