| Package | Description |
|---|---|
| org.owasp.esapi.codecs |
This package contains codecs for application layer encoding/escaping schemes that can be used for
both canonicalization and output encoding.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) HashTrie.Entry<T> |
HashTrie.Node.getLongestMatch(java.lang.CharSequence key,
int pos)
Recursively lookup the longest key match.
|
(package private) HashTrie.Entry<T> |
HashTrie.Node.getLongestMatch(java.io.PushbackReader keyIn,
java.lang.StringBuilder key)
Recursively lookup the longest key match.
|
(package private) static <T> HashTrie.Entry<T> |
HashTrie.Entry.newInstanceIfNeeded(java.lang.CharSequence key,
int keyLength,
T value)
Convinence instantiator.
|
(package private) static <T> HashTrie.Entry<T> |
HashTrie.Entry.newInstanceIfNeeded(java.lang.CharSequence key,
T value)
Convinence instantiator.
|