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