Class KeyValueBuilder
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObjectBuilder<KeyValue>
-
- org.opensaml.xmlsec.signature.impl.KeyValueBuilder
-
- All Implemented Interfaces:
XMLObjectBuilder<KeyValue>
,XMLSignatureBuilder<KeyValue>
public class KeyValueBuilder extends AbstractXMLObjectBuilder<KeyValue> implements XMLSignatureBuilder<KeyValue>
Builder ofKeyValue
.
-
-
Constructor Summary
Constructors Constructor Description KeyValueBuilder()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyValue
buildObject()
KeyValue
buildObject(String namespaceURI, String localName, String namespacePrefix)
-
Methods inherited from class org.opensaml.core.xml.AbstractXMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opensaml.core.xml.XMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
-
-
-
-
Method Detail
-
buildObject
public KeyValue buildObject(String namespaceURI, String localName, String namespacePrefix)
- Specified by:
buildObject
in interfaceXMLObjectBuilder<KeyValue>
- Specified by:
buildObject
in classAbstractXMLObjectBuilder<KeyValue>
-
buildObject
public KeyValue buildObject()
- Specified by:
buildObject
in interfaceXMLSignatureBuilder<KeyValue>
-
-