Uses of Class
org.apache.shiro.crypto.cipher.JcaCipherService
-
Uses of JcaCipherService in org.apache.shiro.crypto.cipher
Subclasses of JcaCipherService in org.apache.shiro.crypto.cipherModifier and TypeClassDescriptionclassBase abstract class for supporting symmetric key cipher algorithms.classCipherServiceusing theAEScipher algorithm for all encryption, decryption, and key operations.classCipherServiceusing theBlowfishcipher algorithm for all encryption, decryption, and key operations.classBase abstract class for block cipher algorithms.Constructors in org.apache.shiro.crypto.cipher with parameters of type JcaCipherServiceModifierConstructorDescriptionSimpleByteSourceBroker(JcaCipherService cipherService, byte[] ciphertext, byte[] key)