Package org.springframework.security.crypto.encrypt
package org.springframework.security.crypto.encrypt
-
ClassDescriptionEncryptor that uses AES encryption.An Encryptor equivalent to
AesBytesEncryptor
usingAesBytesEncryptor.CipherAlgorithm.CBC
that uses Bouncy Castle instead of JCE.An Encryptor equivalent toAesBytesEncryptor
usingAesBytesEncryptor.CipherAlgorithm.GCM
that uses Bouncy Castle instead of JCE.Service interface for symmetric data encryption.Factory for commonly used encryptors.Service interface for symmetric encryption of text strings.