Class X509IssuerSerialImpl

    • Field Detail

      • issuerName

        private X509IssuerName issuerName
        X509IssuerName child element.
      • serialNumber

        private X509SerialNumber serialNumber
        X509SerialNumber child element.
    • Constructor Detail

      • X509IssuerSerialImpl

        protected X509IssuerSerialImpl​(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

      • setX509IssuerName

        public void setX509IssuerName​(X509IssuerName newX509IssuerName)
        Set the X509IssuerName child element.
        Specified by:
        setX509IssuerName in interface X509IssuerSerial
        Parameters:
        newX509IssuerName - the new X509IssuerName child element
      • setX509SerialNumber

        public void setX509SerialNumber​(X509SerialNumber newX509SerialNumber)
        Set the X509SerialNumber child element.
        Specified by:
        setX509SerialNumber in interface X509IssuerSerial
        Parameters:
        newX509SerialNumber - the new X509SerialNumber child element
      • getOrderedChildren

        public List<XMLObject> getOrderedChildren()
        Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
        Specified by:
        getOrderedChildren in interface XMLObject
        Returns:
        ordered list of child elements