Package org.apache.shiro.codec

Components for encoding and decoding of data across multiple formats, especially useful in Shiro's cryptography and web functionality.

See:
          Description

Class Summary
Base64 Provides Base 64 encoding and decoding as defined by RFC 2045.
CodecSupport Base abstract class that provides useful encoding and decoding operations, especially for character data.
H64 Codec for Unix Crypt-style encoding.
Hex Hexadecimal encoder and decoder.
 

Exception Summary
CodecException Root exception related to issues during encoding or decoding.
 

Package org.apache.shiro.codec Description

Components for encoding and decoding of data across multiple formats, especially useful in Shiro's cryptography and web functionality.



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.