org.owasp.esapi.codecs
public class OracleCodec extends Codec
Encoder| Constructor and Description |
|---|
OracleCodec() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Character |
decodeCharacter(PushbackString input)
Returns the decoded version of the next character from the input string and advances the
current character in the PushbackString.
|
java.lang.String |
encodeCharacter(char[] immune,
java.lang.Character c)
Default implementation that should be overridden in specific codecs.
|
containsCharacter, decode, encode, getHexForNonAlphanumeric, toHex, toOctalpublic java.lang.String encodeCharacter(char[] immune,
java.lang.Character c)
encodeCharacter in class Codecimmune - c - the Character to encodepublic java.lang.Character decodeCharacter(PushbackString input)
decodeCharacter in class Codecinput - the Character to decodeCopyright © 2014 The Open Web Application Security Project (OWASP). All Rights Reserved.