Class DEREncodedKeyValueImpl

All Implemented Interfaces:
XSBase64Binary, XMLObject, DEREncodedKeyValue

public class DEREncodedKeyValueImpl
extends XSBase64BinaryImpl
implements DEREncodedKeyValue
Concrete implementation of DEREncodedKeyValue.
  • Field Details

    • id

      private String id
      Algorithm attribute value.
  • Constructor Details

    • DEREncodedKeyValueImpl

      protected DEREncodedKeyValueImpl​(String namespaceURI, String elementLocalName, String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - the namespace the element is in
      elementLocalName - the local name of the XML element this Object represents
      namespacePrefix - the prefix for the given namespace
  • Method Details

    • getID

      public String getID()
      Get the Id attribute value.
      Specified by:
      getID in interface DEREncodedKeyValue
      Returns:
      the Id attribute value
    • setID

      public void setID​(String newID)
      Set the Id attribute value.
      Specified by:
      setID in interface DEREncodedKeyValue
      Parameters:
      newID - the new Id attribute value