Class CipherInformation

java.lang.Object
org.apache.synapse.securevault.definition.CipherInformation

public class CipherInformation extends Object
Encapsulates the cipher related information
  • Field Details

  • Constructor Details

    • CipherInformation

      public CipherInformation()
  • Method Details

    • getAlgorithm

      public String getAlgorithm()
    • setAlgorithm

      public void setAlgorithm(String algorithm)
    • getCipherOperationMode

      public CipherOperationMode getCipherOperationMode()
    • setCipherOperationMode

      public void setCipherOperationMode(CipherOperationMode operationMode)
    • getMode

      public String getMode()
    • setMode

      public void setMode(String mode)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getInType

      public EncodingType getInType()
    • setInType

      public void setInType(EncodingType inType)
    • getOutType

      public EncodingType getOutType()
    • setOutType

      public void setOutType(EncodingType outType)
    • getProvider

      public String getProvider()
    • setProvider

      public void setProvider(String provider)