|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jcp.xml.dsig.internal.dom.DOMStructure
org.apache.jcp.xml.dsig.internal.dom.DOMX509IssuerSerial
public final class DOMX509IssuerSerial
DOM-based implementation of X509IssuerSerial.
| Constructor Summary | |
|---|---|
DOMX509IssuerSerial(Element isElem)
Creates a DOMX509IssuerSerial from an element. |
|
DOMX509IssuerSerial(String issuerName,
BigInteger serialNumber)
Creates a DOMX509IssuerSerial containing the specified
issuer distinguished name/serial number pair. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getIssuerName()
Returns the X.500 distinguished name of this X509IssuerSerial in
RFC 2253 String format. |
BigInteger |
getSerialNumber()
Returns the serial number of this X509IssuerSerial. |
int |
hashCode()
|
void |
marshal(Node parent,
String dsPrefix,
DOMCryptoContext context)
|
| Methods inherited from class org.apache.jcp.xml.dsig.internal.dom.DOMStructure |
|---|
isFeatureSupported |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.xml.crypto.XMLStructure |
|---|
isFeatureSupported |
| Constructor Detail |
|---|
public 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 number
IllegalArgumentException - if the format of issuerName
is not RFC 2253 compliant
NullPointerException - if issuerName or
serialNumber is null
public DOMX509IssuerSerial(Element isElem)
throws MarshalException
DOMX509IssuerSerial from an element.
isElem - an X509IssuerSerial element
MarshalException| Method Detail |
|---|
public String getIssuerName()
X509IssuerSerialX509IssuerSerial in
RFC 2253 String format.
getIssuerName in interface X509IssuerSerialnull)public BigInteger getSerialNumber()
X509IssuerSerialX509IssuerSerial.
getSerialNumber in interface X509IssuerSerialnull)
public void marshal(Node parent,
String dsPrefix,
DOMCryptoContext context)
throws MarshalException
marshal in class DOMStructureMarshalExceptionpublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||