Interface XMLSignatureBuilder<XMLSignatureType extends org.opensaml.core.xml.XMLObject>

  • Type Parameters:
    XMLSignatureType - the type of XMLObject being built
    All Superinterfaces:
    org.opensaml.core.xml.XMLObjectBuilder<XMLSignatureType>

    public interface XMLSignatureBuilder<XMLSignatureType extends org.opensaml.core.xml.XMLObject>
    extends org.opensaml.core.xml.XMLObjectBuilder<XMLSignatureType>
    Builder for XMLObjects from org.opensaml.xmlsec.signature.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      XMLSignatureType buildObject()
      Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
      • Methods inherited from interface org.opensaml.core.xml.XMLObjectBuilder

        buildObject, buildObject, buildObject, buildObject, buildObject
    • Method Detail

      • buildObject

        @Nonnull
        XMLSignatureType buildObject()
        Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.
        Returns:
        built XMLObject