Class SimpleGCMConfig
- java.lang.Object
-
- com.ulisesbocchio.jasyptspringboot.encryptor.SimpleGCMConfig
-
public class SimpleGCMConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description SimpleGCMConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jasypt.iv.IvGeneratorgetActualIvGenerator()char[]getSecretKeyPasswordChars()org.jasypt.salt.SaltGeneratorgetSecretKeySaltGenerator()org.springframework.core.io.ResourceloadSecretKeyResource()
-
-
-
Method Detail
-
loadSecretKeyResource
public org.springframework.core.io.Resource loadSecretKeyResource()
-
getSecretKeyPasswordChars
public char[] getSecretKeyPasswordChars()
-
getSecretKeySaltGenerator
public org.jasypt.salt.SaltGenerator getSecretKeySaltGenerator()
-
getActualIvGenerator
public org.jasypt.iv.IvGenerator getActualIvGenerator()
-
-