Class KeyDerivationMethodImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.xmlsec.encryption.impl.KeyDerivationMethodImpl
All Implemented Interfaces:
ElementExtensibleXMLObject, XMLObject, KeyDerivationMethod

public class KeyDerivationMethodImpl extends AbstractXMLObject implements KeyDerivationMethod
Concrete implementation of KeyDerivationMethod.
  • Field Details

  • Constructor Details

    • KeyDerivationMethodImpl

      protected KeyDerivationMethodImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - namespace URI
      elementLocalName - local name
      namespacePrefix - namespace prefix
  • Method Details

    • getAlgorithm

      @Nullable public String getAlgorithm()
      Gets the algorithm URI attribute.
      Specified by:
      getAlgorithm in interface KeyDerivationMethod
      Returns:
      the algorithm
    • setAlgorithm

      public void setAlgorithm(@Nullable String newAlgorithm)
      Sets the algorithm URI attribute.
      Specified by:
      setAlgorithm in interface KeyDerivationMethod
      Parameters:
      newAlgorithm - the algorithm URI
    • getUnknownXMLObjects

      public List<XMLObject> getUnknownXMLObjects()
      Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
      Specified by:
      getUnknownXMLObjects in interface ElementExtensibleXMLObject
      Returns:
      list of XMLObjects added to this XMLObject as part of the "any" content model
    • getUnknownXMLObjects

      public List<XMLObject> getUnknownXMLObjects(@Nonnull QName typeOrName)
      Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
      Specified by:
      getUnknownXMLObjects in interface ElementExtensibleXMLObject
      Parameters:
      typeOrName - the QName of the statements to return
      Returns:
      list of XMLObjects added to this XMLObject as part of the "any" content model TODO: think this should be typed List<? extends XMLObject>
    • getOrderedChildren

      public List<XMLObject> getOrderedChildren()
      Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
      Specified by:
      getOrderedChildren in interface XMLObject
      Returns:
      ordered list of child elements