Class SimpleGCMStringEncryptor
- java.lang.Object
-
- com.ulisesbocchio.jasyptspringboot.encryptor.ByteEncryptorStringEncryptorDelegate
-
- com.ulisesbocchio.jasyptspringboot.encryptor.SimpleGCMStringEncryptor
-
- All Implemented Interfaces:
org.jasypt.encryption.StringEncryptor
public class SimpleGCMStringEncryptor extends ByteEncryptorStringEncryptorDelegate
StringEncryptorversion ofSimpleAsymmetricByteEncryptorthat just relies on delegation fromByteEncryptorStringEncryptorDelegateand provides a constructor forSimpleAsymmetricConfig- Author:
- Ulises Bocchio
-
-
Constructor Summary
Constructors Constructor Description SimpleGCMStringEncryptor(SimpleAsymmetricByteEncryptor delegate)SimpleGCMStringEncryptor(SimpleGCMConfig config)
-
-
-
Constructor Detail
-
SimpleGCMStringEncryptor
public SimpleGCMStringEncryptor(SimpleAsymmetricByteEncryptor delegate)
-
SimpleGCMStringEncryptor
public SimpleGCMStringEncryptor(SimpleGCMConfig config)
-
-