Uses of Package
org.apache.shiro.codec

Packages that use org.apache.shiro.codec
org.apache.shiro.authc.credential Support for validating credentials (such as passwords or X509 certificates) during authentication via the CredentialsMatcher interface and its supporting implementations. 
org.apache.shiro.codec Components for encoding and decoding of data across multiple formats, especially useful in Shiro's cryptography and web functionality. 
org.apache.shiro.crypto.hash Cryptographic Hashing components that greatly simplify one-way data hashing in an application. 
 

Classes in org.apache.shiro.codec used by org.apache.shiro.authc.credential
CodecSupport
          Base abstract class that provides useful encoding and decoding operations, especially for character data.
 

Classes in org.apache.shiro.codec used by org.apache.shiro.codec
CodecException
          Root exception related to issues during encoding or decoding.
 

Classes in org.apache.shiro.codec used by org.apache.shiro.crypto.hash
CodecException
          Root exception related to issues during encoding or decoding.
CodecSupport
          Base abstract class that provides useful encoding and decoding operations, especially for character data.
 



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