| Package | Description |
|---|---|
| org.owasp.esapi |
The ESAPI interfaces and
Exception classes model the most
important security functions to enterprise web applications. |
| org.owasp.esapi.reference.crypto |
This package contains the reference implementation for some of
the ESAPI cryptography-related classes used throughout ESAPI.
|
| Modifier and Type | Method and Description |
|---|---|
static Encryptor |
ESAPI.encryptor() |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaEncryptor
Reference implementation of the
Encryptor interface. |
| Modifier and Type | Field and Description |
|---|---|
private static Encryptor |
JavaEncryptor.singletonInstance |
| Modifier and Type | Method and Description |
|---|---|
static Encryptor |
JavaEncryptor.getInstance() |