Class PGPDataImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.xmlsec.signature.impl.PGPDataImpl
All Implemented Interfaces:
ElementExtensibleXMLObject, XMLObject, PGPData

public class PGPDataImpl extends AbstractXMLObject implements PGPData
Concrete implementation of PGPData.
  • Field Details

  • Constructor Details

    • PGPDataImpl

      protected PGPDataImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - the namespace the element is in
      elementLocalName - the local name of the XML element this Object represents
      namespacePrefix - the prefix for the given namespace
  • Method Details

    • getPGPKeyID

      public PGPKeyID getPGPKeyID()
      Get PGPKeyID child element.
      Specified by:
      getPGPKeyID in interface PGPData
      Returns:
      the PGPKeyID child element
    • setPGPKeyID

      public void setPGPKeyID(PGPKeyID newPGPKeyID)
      Set PGPKeyID child element.
      Specified by:
      setPGPKeyID in interface PGPData
      Parameters:
      newPGPKeyID - the new PGPKeyID
    • getPGPKeyPacket

      public PGPKeyPacket getPGPKeyPacket()
      Get PGPKeyPacket child element.
      Specified by:
      getPGPKeyPacket in interface PGPData
      Returns:
      the PGPKeyPacket child element
    • setPGPKeyPacket

      public void setPGPKeyPacket(PGPKeyPacket newPGPKeyPacket)
      Set PGPKeyPacket child element.
      Specified by:
      setPGPKeyPacket in interface PGPData
      Parameters:
      newPGPKeyPacket - the new PGPKeyPacket
    • 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(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