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 fromorg.opensaml.xmlsec.signature.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XMLSignatureTypebuildObject()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
-
-