Uses of Interface
org.apache.shiro.crypto.cipher.CipherService
-
Uses of CipherService in org.apache.shiro.crypto.cipher
Classes in org.apache.shiro.crypto.cipher that implement CipherServiceModifier 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.classAbstractCipherServiceimplementation utilizing Java's JCA APIs.