Class SimpleGCMConfig

java.lang.Object
com.ulisesbocchio.jasyptspringboot.encryptor.SimpleGCMConfig

public class SimpleGCMConfig extends Object

SimpleGCMConfig class.

Version:
$Id: $Id
Author:
Sergio.U.Bocchio
  • Constructor Details

    • SimpleGCMConfig

      public SimpleGCMConfig()
  • Method Details

    • loadSecretKeyResource

      public org.springframework.core.io.Resource loadSecretKeyResource()

      loadSecretKeyResource.

      Returns:
      a Resource object
    • getSecretKeyPasswordChars

      public char[] getSecretKeyPasswordChars()

      getSecretKeyPasswordChars.

      Returns:
      an array of char objects
    • getSecretKeySaltGenerator

      public org.jasypt.salt.SaltGenerator getSecretKeySaltGenerator()

      getSecretKeySaltGenerator.

      Returns:
      a SaltGenerator object
    • getActualIvGenerator

      public org.jasypt.iv.IvGenerator getActualIvGenerator()

      getActualIvGenerator.

      Returns:
      a IvGenerator object