X509IssuerSerial, XMLStructurepublic final class DOMX509IssuerSerial extends BaseStructure implements X509IssuerSerial
| Constructor | Description |
|---|---|
DOMX509IssuerSerial(String issuerName,
BigInteger serialNumber) |
Creates a
DOMX509IssuerSerial containing the specified
issuer distinguished name/serial number pair. |
DOMX509IssuerSerial(Element isElem) |
Creates a
DOMX509IssuerSerial from an element. |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object obj) |
|
String |
getIssuerName() |
|
BigInteger |
getSerialNumber() |
|
int |
hashCode() |
isFeatureSupported, textOfNodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitisFeatureSupportedpublic DOMX509IssuerSerial(String issuerName, BigInteger serialNumber)
DOMX509IssuerSerial containing the specified
issuer distinguished name/serial number pair.issuerName - the X.509 issuer distinguished name in RFC 2253
String formatserialNumber - the serial numberIllegalArgumentException - if the format of issuerName
is not RFC 2253 compliantNullPointerException - if issuerName or
serialNumber is nullpublic DOMX509IssuerSerial(Element isElem) throws MarshalException
DOMX509IssuerSerial from an element.isElem - an X509IssuerSerial elementMarshalExceptionpublic String getIssuerName()
getIssuerName in interface X509IssuerSerialpublic BigInteger getSerialNumber()
getSerialNumber in interface X509IssuerSerialCopyright © 2000–2018 The Apache Software Foundation. All rights reserved.