Class 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 of DEREncodedKeyValue.
    • Constructor Detail

      • DEREncodedKeyValueBuilder

        public DEREncodedKeyValueBuilder()
        Constructor.
    • Method Detail

      • buildObject

        public org.opensaml.xmlsec.signature.DEREncodedKeyValue buildObject​(String namespaceURI,
                                                                            String localName,
                                                                            String namespacePrefix)
        Specified by:
        buildObject in interface org.opensaml.core.xml.XMLObjectBuilder<org.opensaml.xmlsec.signature.DEREncodedKeyValue>
        Specified by:
        buildObject in class org.opensaml.core.xml.AbstractXMLObjectBuilder<org.opensaml.xmlsec.signature.DEREncodedKeyValue>
      • buildObject

        public org.opensaml.xmlsec.signature.DEREncodedKeyValue buildObject()
        Specified by:
        buildObject in interface org.opensaml.xmlsec.signature.XMLSignatureBuilder<org.opensaml.xmlsec.signature.DEREncodedKeyValue>