Class EncryptionParameters

java.lang.Object
com.atlassian.secrets.store.algorithm.paramters.EncryptionParameters

public class EncryptionParameters extends Object
  • Constructor Details

  • Method Details

    • getPlainTextPassword

      public String getPlainTextPassword()
    • getAlgorithm

      public String getAlgorithm()
    • getAlgorithmKey

      public String getAlgorithmKey()
    • getAlgorithmParametersFilePath

      public String getAlgorithmParametersFilePath()
    • getKeyFilePath

      public String getKeyFilePath()
    • getOutputFilesBasePath

      public String getOutputFilesBasePath()
    • isSaveAlgorithmParametersToSeparateFile

      public boolean isSaveAlgorithmParametersToSeparateFile()
    • isSaveSealedObjectToSeparateFile

      public boolean isSaveSealedObjectToSeparateFile()
    • toString

      public String toString()
      Overrides:
      toString in class Object