Uses of Interface
org.apache.shiro.crypto.CipherService

Packages that use CipherService
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. 
 

Uses of CipherService in org.apache.shiro.crypto
 

Classes in org.apache.shiro.crypto that implement CipherService
 class AbstractSymmetricCipherService
          Base abstract class for supporting symmetric key cipher algorithms.
 class AesCipherService
          CipherService using the AES cipher algorithm for all encryption, decryption, and key operations.
 class BlowfishCipherService
          CipherService using the Blowfish cipher algorithm for all encryption, decryption, and key operations.
 class DefaultBlockCipherService
          Base abstract class for block cipher algorithms.
 class JcaCipherService
          Abstract CipherService implementation utilizing Java's JCA APIs.
 

Uses of CipherService in org.apache.shiro.mgt
 

Methods in org.apache.shiro.mgt that return CipherService
 CipherService AbstractRememberMeManager.getCipherService()
          Returns the CipherService to use for encrypting and decrypting serialized identity data to prevent easy inspection of Subject identity data.
 

Methods in org.apache.shiro.mgt with parameters of type CipherService
 void AbstractRememberMeManager.setCipherService(CipherService cipherService)
          Sets the CipherService to use for encrypting and decrypting serialized identity data to prevent easy inspection of Subject identity data.
 



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