| Package | Description |
|---|---|
| org.owasp.esapi.crypto |
This package contains ESAPI cryptography-related classes used throughout
ESAPI.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.EnumSet<CipherText.CipherTextFlags> |
CipherText.allCtFlags |
private java.util.EnumSet<CipherText.CipherTextFlags> |
CipherText.fromCipherSpec |
private java.util.EnumSet<CipherText.CipherTextFlags> |
CipherText.progress |
| Modifier and Type | Method and Description |
|---|---|
static CipherText.CipherTextFlags |
CipherText.CipherTextFlags.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CipherText.CipherTextFlags[] |
CipherText.CipherTextFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private boolean |
CipherText.isCollected(CipherText.CipherTextFlags flag)
Check if we've collected a specific flag type.
|
private void |
CipherText.received(CipherText.CipherTextFlags flag)
Add the flag to the set of what we've already collected.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
CipherText.received(java.util.EnumSet<CipherText.CipherTextFlags> ctSet)
Add all the flags from the specified set to that we've collected so far.
|