Interface XMLSignatureBuilder<XMLSignatureType extends XMLObject>

Type Parameters:
XMLSignatureType - the type of XMLObject being built
All Superinterfaces:
XMLObjectBuilder<XMLSignatureType>

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

    • buildObject

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