Uses of Class
org.apache.shiro.crypto.JcaCipherService
-
Packages that use JcaCipherService Package Description org.apache.shiro.crypto Cryptography Cipher and Hashing components that greatly simplify the JDK's cryptography concepts and add additional convenient behavior. -
-
Uses of JcaCipherService in org.apache.shiro.crypto
Subclasses of JcaCipherService in org.apache.shiro.crypto Modifier and Type Class Description class
AbstractSymmetricCipherService
Base abstract class for supporting symmetric key cipher algorithms.class
AesCipherService
CipherService
using theAES
cipher algorithm for all encryption, decryption, and key operations.class
BlowfishCipherService
CipherService
using theBlowfish
cipher algorithm for all encryption, decryption, and key operations.class
DefaultBlockCipherService
Base abstract class for block cipher algorithms.
-