Package org.opensaml.xmlsec.signature
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 Summary
Modifier and TypeMethodDescriptionBuilds 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 Details
-
buildObject
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.- Returns:
- built XMLObject
-