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 |
---|---|
Character |
PercentCodec.decodeCharacter(PushbackString input)
Returns the decoded version of the next character from the input string and advances the
current character in the PushbackString.
|
Character |
UnixCodec.decodeCharacter(PushbackString input)
Returns the decoded version of the next character from the input string and advances the
current character in the PushbackString.
|
Character |
DB2Codec.decodeCharacter(PushbackString input) |
Character |
WindowsCodec.decodeCharacter(PushbackString input)
Returns the decoded version of the next character from the input string and advances the
current character in the PushbackString.
|
Character |
CSSCodec.decodeCharacter(PushbackString input)
Returns the decoded version of the next character from the input string and advances the
current character in the PushbackString.
|
Character |
HTMLEntityCodec.decodeCharacter(PushbackString input)
Returns the decoded version of the next character from the input string and advances the
current character in the PushbackString.
|
Character |
XMLEntityCodec.decodeCharacter(PushbackString input)
Returns the decoded version of the next character from the input string and advances the
current character in the PushbackString.
|
Character |
OracleCodec.decodeCharacter(PushbackString input)
Returns the decoded version of the next character from the input string and advances the
current character in the PushbackString.
|
Character |
Codec.decodeCharacter(PushbackString input)
Returns the decoded version of the next character from the input string and advances the
current character in the PushbackString.
|
Character |
MySQLCodec.decodeCharacter(PushbackString input)
Returns the decoded version of the next character from the input string and advances the
current character in the PushbackString.
|
Character |
VBScriptCodec.decodeCharacter(PushbackString input)
Returns the decoded version of the character starting at index, or
null if no decoding is possible.
|
Character |
JavaScriptCodec.decodeCharacter(PushbackString input)
Returns the decoded version of the next character from the input string and advances the
current character in the PushbackString.
|
Copyright © 2016 The Open Web Application Security Project (OWASP). All rights reserved.