Class EncryptionSettings

    • Method Detail

      • getMethod

        public final EncryptionMethod getMethod()

        Gets the encryption algorithm.

        Returns:
        the encryption algorithm.
      • getPassword

        public final String getPassword()

        Gets password for encryption or decryption.

        Returns:
        password for encryption or decryption.
      • setPassword

        public final void setPassword​(String value)

        Sets password for encryption or decryption.

        Parameters:
        value - password for encryption or decryption.