Package org.springframework.security.crypto.encrypt
-
Interface Summary Interface Description BytesEncryptor Service interface for symmetric data encryption.TextEncryptor Service interface for symmetric encryption of text strings. -
Class Summary Class Description AesBytesEncryptor Encryptor that uses AES encryption.BouncyCastleAesCbcBytesEncryptor An Encryptor equivalent toAesBytesEncryptor
usingAesBytesEncryptor.CipherAlgorithm.CBC
that uses Bouncy Castle instead of JCE.BouncyCastleAesGcmBytesEncryptor An Encryptor equivalent toAesBytesEncryptor
usingAesBytesEncryptor.CipherAlgorithm.GCM
that uses Bouncy Castle instead of JCE.Encryptors Factory for commonly used encryptors. -
Enum Summary Enum Description AesBytesEncryptor.CipherAlgorithm