Class DHKeyValueBuilder
java.lang.Object
org.opensaml.core.xml.AbstractXMLObjectBuilder<DHKeyValue>
org.opensaml.xmlsec.encryption.impl.DHKeyValueBuilder
- All Implemented Interfaces:
XMLObjectBuilder<DHKeyValue>,XMLEncryptionBuilder<DHKeyValue>
public class DHKeyValueBuilder
extends AbstractXMLObjectBuilder<DHKeyValue>
implements XMLEncryptionBuilder<DHKeyValue>
Builder of
DHKeyValue.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildObject(String namespaceURI, String localName, String namespacePrefix) Methods inherited from class org.opensaml.core.xml.AbstractXMLObjectBuilder
buildObject, buildObject, buildObject, buildObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensaml.core.xml.XMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
-
Constructor Details
-
DHKeyValueBuilder
public DHKeyValueBuilder()
-
-
Method Details
-
buildObject
@Nonnull public DHKeyValue buildObject(@Nullable String namespaceURI, @Nonnull String localName, @Nullable String namespacePrefix) - Specified by:
buildObjectin interfaceXMLObjectBuilder<DHKeyValue>- Specified by:
buildObjectin classAbstractXMLObjectBuilder<DHKeyValue>
-
buildObject
- Specified by:
buildObjectin interfaceXMLEncryptionBuilder<DHKeyValue>
-