public final class DOMX509IssuerSerial extends DOMStructure implements X509IssuerSerial
| Constructor and Description |
|---|
DOMX509IssuerSerial(org.w3c.dom.Element isElem)
Creates a
DOMX509IssuerSerial from an element. |
DOMX509IssuerSerial(java.lang.String issuerName,
java.math.BigInteger serialNumber)
Creates a
DOMX509IssuerSerial containing the specified
issuer distinguished name/serial number pair. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getIssuerName()
Returns the X.500 distinguished name of this
X509IssuerSerial in
RFC 2253 String format. |
java.math.BigInteger |
getSerialNumber()
Returns the serial number of this
X509IssuerSerial. |
int |
hashCode() |
void |
marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context) |
isFeatureSupportedclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitisFeatureSupportedpublic DOMX509IssuerSerial(java.lang.String issuerName,
java.math.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 numberjava.lang.IllegalArgumentException - if the format of issuerName
is not RFC 2253 compliantjava.lang.NullPointerException - if issuerName or
serialNumber is nullpublic DOMX509IssuerSerial(org.w3c.dom.Element isElem)
DOMX509IssuerSerial from an element.isElem - an X509IssuerSerial elementpublic java.lang.String getIssuerName()
X509IssuerSerialX509IssuerSerial in
RFC 2253 String format.getIssuerName in interface X509IssuerSerialnull)public java.math.BigInteger getSerialNumber()
X509IssuerSerialX509IssuerSerial.getSerialNumber in interface X509IssuerSerialnull)public void marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context)
throws MarshalException
marshal in class DOMStructureMarshalExceptionpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.