Class CipherInformation


  • public class CipherInformation
    extends Object
    Encapsulates the cipher related information
    • Constructor Detail

      • CipherInformation

        public CipherInformation()
    • Method Detail

      • getAlgorithm

        public String getAlgorithm()
      • setAlgorithm

        public void setAlgorithm​(String algorithm)
      • 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)
      • setInType

        public void setInType​(EncodingType inType)
      • setOutType

        public void setOutType​(EncodingType outType)
      • getProvider

        public String getProvider()
      • setProvider

        public void setProvider​(String provider)