Uses of Package
org.owasp.esapi.codecs

Packages that use org.owasp.esapi.codecs
org.owasp.esapi The ESAPI interfaces and Exception classes model the most important security functions to enterprise web applications. 
org.owasp.esapi.codecs This package contains codecs for application layer encoding/escaping schemes that can be used for both canonicalization and output encoding. 
org.owasp.esapi.reference This package contains reference implementations of the ESAPI interfaces. 
 

Classes in org.owasp.esapi.codecs used by org.owasp.esapi
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).
 

Classes in org.owasp.esapi.codecs used by org.owasp.esapi.codecs
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).
MySQLCodec.Mode
          Specifies the SQL Mode the target MySQL Server is running with.
PushbackString
          The pushback string is used by Codecs to allow them to push decoded characters back onto a string for further decoding.
Trie
           
Trie.TrieProxy
           
 

Classes in org.owasp.esapi.codecs used by org.owasp.esapi.reference
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).
 



Copyright © 2011 The Open Web Application Security Project (OWASP). All Rights Reserved.