Class SimpleStringPBEConfig

    • Field Detail

      • stringOutputType

        private java.lang.String stringOutputType
    • Constructor Detail

      • SimpleStringPBEConfig

        public SimpleStringPBEConfig()

        Creates a new SimpleStringPBEConfig instance.

    • Method Detail

      • setStringOutputType

        public void setStringOutputType​(java.lang.String stringOutputType)

        Sets the the form in which String output will be encoded. Available encoding types are:

        • base64 (default)
        • hexadecimal

        If not set, null will be returned.

        Determines the result of: getStringOutputType()

        Parameters:
        stringOutputType - the string output type.
      • getStringOutputType

        public java.lang.String getStringOutputType()
        Description copied from interface: StringPBEConfig

        This parameter lets the user specify the form in which String output will be encoded. Available encoding types are:

        • base64 (default)
        • hexadecimal
        Specified by:
        getStringOutputType in interface StringPBEConfig
        Returns:
        The name of the encoding type for String output