Uses of Package
org.apache.shiro.crypto

Packages that use org.apache.shiro.crypto
org.apache.shiro.crypto Cryptography Cipher and Hashing components that greatly simplify the JDK's cryptography concepts and add additional convenient behavior. 
org.apache.shiro.mgt Provides the master SecurityManager interface and a default implementation hierarchy for managing all aspects of Shiro's functionality in an application. 
 

Classes in org.apache.shiro.crypto used by org.apache.shiro.crypto
AbstractSymmetricCipherService
          Base abstract class for supporting symmetric key cipher algorithms.
CipherService
          A CipherService uses a cryptographic algorithm called a Cipher to convert an original input source using a key to an uninterpretable format.
CryptoException
          Base Shiro exception for problems encountered during cryptographic operations.
DefaultBlockCipherService
          Base abstract class for block cipher algorithms.
JcaCipherService
          Abstract CipherService implementation utilizing Java's JCA APIs.
OperationMode
          A cipher mode of operation directs a cipher algorithm how to convert data during the encryption or decryption process.
PaddingScheme
          A CipherPaddingScheme represents well-known padding schemes supported by JPA providers in a type-safe manner.
 

Classes in org.apache.shiro.crypto used by org.apache.shiro.mgt
CipherService
          A CipherService uses a cryptographic algorithm called a Cipher to convert an original input source using a key to an uninterpretable format.
 



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