| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
CipherService |
AbstractRememberMeManager.getCipherService()
Returns the
CipherService to use for encrypting and decrypting serialized identity data to prevent easy
inspection of Subject identity data. |
| Modifier and Type | Method and Description |
|---|---|
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-2016 The Apache Software Foundation. All Rights Reserved.