Class DHKeyValueBuilder
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObjectBuilder<org.opensaml.xmlsec.encryption.DHKeyValue>
-
- org.opensaml.xmlsec.encryption.impl.DHKeyValueBuilder
-
- All Implemented Interfaces:
org.opensaml.core.xml.XMLObjectBuilder<org.opensaml.xmlsec.encryption.DHKeyValue>,org.opensaml.xmlsec.encryption.XMLEncryptionBuilder<org.opensaml.xmlsec.encryption.DHKeyValue>
public class DHKeyValueBuilder extends org.opensaml.core.xml.AbstractXMLObjectBuilder<org.opensaml.xmlsec.encryption.DHKeyValue> implements org.opensaml.xmlsec.encryption.XMLEncryptionBuilder<org.opensaml.xmlsec.encryption.DHKeyValue>Builder ofDHKeyValue.
-
-
Constructor Summary
Constructors Constructor Description DHKeyValueBuilder()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opensaml.xmlsec.encryption.DHKeyValuebuildObject()org.opensaml.xmlsec.encryption.DHKeyValuebuildObject(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.encryption.DHKeyValue buildObject(String namespaceURI, String localName, String namespacePrefix)
- Specified by:
buildObjectin interfaceorg.opensaml.core.xml.XMLObjectBuilder<org.opensaml.xmlsec.encryption.DHKeyValue>- Specified by:
buildObjectin classorg.opensaml.core.xml.AbstractXMLObjectBuilder<org.opensaml.xmlsec.encryption.DHKeyValue>
-
buildObject
public org.opensaml.xmlsec.encryption.DHKeyValue buildObject()
- Specified by:
buildObjectin interfaceorg.opensaml.xmlsec.encryption.XMLEncryptionBuilder<org.opensaml.xmlsec.encryption.DHKeyValue>
-
-