See: Description
| Interface | Description |
|---|---|
| Trie<T> |
| Class | Description |
|---|---|
| Base64 |
Encodes and decodes to and from Base64 notation.
|
| Base64.InputStream |
A
Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Base64.OutputStream |
A
Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Codec |
The Codec interface defines a set of methods for encoding and decoding application level encoding schemes,
such as HTML entity encoding and percent encoding (aka URL encoding).
|
| CSSCodec |
Implementation of the Codec interface for backslash encoding used in CSS.
|
| DB2Codec |
Implementation of the Codec interface for DB2 strings.
|
| HashTrie<T> |
Trie implementation for CharSequence keys.
|
| Hex |
Encode and decode to/from hexadecimal strings to byte arrays.
|
| HTMLEntityCodec |
Implementation of the Codec interface for HTML entity encoding.
|
| JavaScriptCodec |
Implementation of the Codec interface for backslash encoding in JavaScript.
|
| MySQLCodec |
Implementation of the Codec interface for MySQL strings.
|
| OracleCodec |
Implementation of the Codec interface for Oracle strings.
|
| PercentCodec |
Implementation of the Codec interface for percent encoding (aka URL encoding).
|
| PushbackString |
The pushback string is used by Codecs to allow them to push decoded characters back onto a string
for further decoding.
|
| Trie.TrieProxy<T> | |
| Trie.Unmodifiable<T> | |
| Trie.Util | |
| UnixCodec |
Implementation of the Codec interface for '\' encoding from Unix command shell.
|
| VBScriptCodec |
Implementation of the Codec interface for 'quote' encoding from VBScript.
|
| WindowsCodec |
Implementation of the Codec interface for '^' encoding from Windows command shell.
|
| XMLEntityCodec |
Implementation of the Codec interface for XML entity encoding.
|
| Enum | Description |
|---|---|
| MySQLCodec.Mode |
Specifies the SQL Mode the target MySQL Server is running with.
|
Copyright © 2016 The Open Web Application Security Project (OWASP). All rights reserved.