Class DSAKeyValueBuilder
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObjectBuilder<org.opensaml.xmlsec.signature.DSAKeyValue>
-
- org.opensaml.xmlsec.signature.impl.DSAKeyValueBuilder
-
- All Implemented Interfaces:
org.opensaml.core.xml.XMLObjectBuilder<org.opensaml.xmlsec.signature.DSAKeyValue>
,org.opensaml.xmlsec.signature.XMLSignatureBuilder<org.opensaml.xmlsec.signature.DSAKeyValue>
public class DSAKeyValueBuilder extends org.opensaml.core.xml.AbstractXMLObjectBuilder<org.opensaml.xmlsec.signature.DSAKeyValue> implements org.opensaml.xmlsec.signature.XMLSignatureBuilder<org.opensaml.xmlsec.signature.DSAKeyValue>
Builder ofDSAKeyValue
.
-
-
Constructor Summary
Constructors Constructor Description DSAKeyValueBuilder()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opensaml.xmlsec.signature.DSAKeyValue
buildObject()
org.opensaml.xmlsec.signature.DSAKeyValue
buildObject(String namespaceURI, String localName, String namespacePrefix)
-
Methods inherited from class org.opensaml.core.xml.AbstractXMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
-
-
-
-
Method Detail
-
buildObject
public org.opensaml.xmlsec.signature.DSAKeyValue buildObject(String namespaceURI, String localName, String namespacePrefix)
- Specified by:
buildObject
in interfaceorg.opensaml.core.xml.XMLObjectBuilder<org.opensaml.xmlsec.signature.DSAKeyValue>
- Specified by:
buildObject
in classorg.opensaml.core.xml.AbstractXMLObjectBuilder<org.opensaml.xmlsec.signature.DSAKeyValue>
-
buildObject
public org.opensaml.xmlsec.signature.DSAKeyValue buildObject()
- Specified by:
buildObject
in interfaceorg.opensaml.xmlsec.signature.XMLSignatureBuilder<org.opensaml.xmlsec.signature.DSAKeyValue>
-
-