Class EncryptedImpl

    • Field Detail

      • value

        protected String value
        The encrypted value.
    • Constructor Detail

      • EncryptedImpl

        public EncryptedImpl()
        Default constructor.
    • Method Detail

      • getValue

        public String getValue()
        Returns the value that is to be stored securely.
        Specified by:
        getValue in interface Encrypted
        Returns:
        The value.
      • setValue

        public void setValue​(String value)
        Sets the value to be stored securely.
        Specified by:
        setValue in interface Encrypted
        Parameters:
        value - The value to set.