Uses of Interface
org.apache.shiro.crypto.CipherService
-
-
Uses of CipherService in org.apache.shiro.crypto
Classes in org.apache.shiro.crypto that implement CipherService Modifier and Type Class Description classAbstractSymmetricCipherServiceBase abstract class for supporting symmetric key cipher algorithms.classAesCipherServiceCipherServiceusing theAEScipher algorithm for all encryption, decryption, and key operations.classBlowfishCipherServiceCipherServiceusing theBlowfishcipher algorithm for all encryption, decryption, and key operations.classDefaultBlockCipherServiceBase abstract class for block cipher algorithms.classJcaCipherServiceAbstractCipherServiceimplementation utilizing Java's JCA APIs.
-