| 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 |
This package contains reference implementations of the ESAPI interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static Randomizer |
ESAPI.randomizer() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRandomizer
Reference implementation of the Randomizer interface.
|
| Modifier and Type | Field and Description |
|---|---|
private static Randomizer |
DefaultRandomizer.singletonInstance |
| Modifier and Type | Method and Description |
|---|---|
static Randomizer |
DefaultRandomizer.getInstance() |