Class SimpleGCMConfig
java.lang.Object
com.ulisesbocchio.jasyptspringboot.encryptor.SimpleGCMConfig
SimpleGCMConfig class.
- Version:
- $Id: $Id
- Author:
- Sergio.U.Bocchio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jasypt.iv.IvGeneratorgetActualIvGenerator.char[]getSecretKeyPasswordChars.org.jasypt.salt.SaltGeneratorgetSecretKeySaltGenerator.org.springframework.core.io.ResourceloadSecretKeyResource.
-
Constructor Details
-
SimpleGCMConfig
public SimpleGCMConfig()
-
-
Method Details
-
loadSecretKeyResource
public org.springframework.core.io.Resource loadSecretKeyResource()loadSecretKeyResource.
- Returns:
- a
Resourceobject
-
getSecretKeyPasswordChars
public char[] getSecretKeyPasswordChars()getSecretKeyPasswordChars.
- Returns:
- an array of
charobjects
-
getSecretKeySaltGenerator
public org.jasypt.salt.SaltGenerator getSecretKeySaltGenerator()getSecretKeySaltGenerator.
- Returns:
- a
SaltGeneratorobject
-
getActualIvGenerator
public org.jasypt.iv.IvGenerator getActualIvGenerator()getActualIvGenerator.
- Returns:
- a
IvGeneratorobject
-