Class DOMX509IssuerSerial

    • Constructor Detail

      • DOMX509IssuerSerial

        public DOMX509IssuerSerial​(String issuerName,
                                   BigInteger serialNumber)
        Creates a DOMX509IssuerSerial containing the specified issuer distinguished name/serial number pair.
        Parameters:
        issuerName - the X.509 issuer distinguished name in RFC 2253 String format
        serialNumber - the serial number
        Throws:
        IllegalArgumentException - if the format of issuerName is not RFC 2253 compliant
        NullPointerException - if issuerName or serialNumber is null
      • DOMX509IssuerSerial

        public DOMX509IssuerSerial​(Element isElem)
                            throws MarshalException
        Creates a DOMX509IssuerSerial from an element.
        Parameters:
        isElem - an X509IssuerSerial element
        Throws:
        MarshalException