Class RsaSecretEncryptor

java.lang.Object
org.springframework.security.crypto.encrypt.RsaSecretEncryptor
All Implemented Interfaces:
BytesEncryptor, RsaKeyHolder, TextEncryptor

public class RsaSecretEncryptor extends Object implements BytesEncryptor, TextEncryptor, RsaKeyHolder
An encryptor that uses RSA public/private key pairs to encrypt and decrypt data.
Since:
6.3