Package org.opensaml.xmlsec.signature
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 fromorg.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.
-
-
-
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
-
-