Interface KeyDerivationMethod

All Superinterfaces:
ElementExtensibleXMLObject, XMLObject
All Known Implementing Classes:
KeyDerivationMethodImpl

public interface KeyDerivationMethod extends XMLObject, ElementExtensibleXMLObject
XMLObject representing XML Encryption 1.1 KeyDerivationMethod element.
  • Field Details

    • DEFAULT_ELEMENT_LOCAL_NAME

      static final String DEFAULT_ELEMENT_LOCAL_NAME
      Element local name.
      See Also:
    • DEFAULT_ELEMENT_NAME

      static final QName DEFAULT_ELEMENT_NAME
      Default element name.
    • TYPE_LOCAL_NAME

      static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • TYPE_NAME

      static final QName TYPE_NAME
      QName of the XSI type.
    • ALGORITHM_ATTRIBUTE_NAME

      static final String ALGORITHM_ATTRIBUTE_NAME
      Algorithm attribute name.
      See Also:
  • Method Details

    • getAlgorithm

      @Nullable String getAlgorithm()
      Gets the algorithm URI attribute.
      Returns:
      the algorithm
    • setAlgorithm

      void setAlgorithm(@Nullable String algorithm)
      Sets the algorithm URI attribute.
      Parameters:
      algorithm - the algorithm URI