All Implemented Interfaces:
Serializable, Element, PropertyElement, SchemaMixedElement, ModelElement, Encrypted, Property

public class EncryptedImpl extends PropertyImpl implements Encrypted
The default implementation of the Encrypted interface.
Author:
Luca Frosini (ISTI - CNR)
See Also:
  • Field Details

    • value

      protected String value
      The encrypted value.
  • Constructor Details

    • EncryptedImpl

      public EncryptedImpl()
      Default constructor.
  • Method Details

    • 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.