Class DEREncodedKeyValueImpl

    • Field Detail

      • id

        private String id
        Algorithm attribute value.
    • Constructor Detail

      • 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 Detail

      • 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