|
XML Security, 1.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.xml.enc.dom.DOMStructure
com.ibm.xml.enc.dom.DOMX509IssuerSerial
public final class DOMX509IssuerSerial
DOM-based implementation of X509IssuerSerial.
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
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 . |
void |
marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context)
|
Methods inherited from class com.ibm.xml.enc.dom.DOMStructure |
---|
isFeatureSupported |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.xml.crypto.XMLStructure |
---|
isFeatureSupported |
Constructor Detail |
---|
public 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 number
java.lang.IllegalArgumentException
- if the format of issuerName
is not RFC 2253 compliant
java.lang.NullPointerException
- if issuerName
or
serialNumber
is null
public DOMX509IssuerSerial(org.w3c.dom.Element isElem)
DOMX509IssuerSerial
from an element.
isElem
- an X509IssuerSerial elementMethod Detail |
---|
public java.lang.String getIssuerName()
X509IssuerSerial
X509IssuerSerial
in
RFC 2253 String format.
getIssuerName
in interface X509IssuerSerial
null
)public java.math.BigInteger getSerialNumber()
X509IssuerSerial
X509IssuerSerial
.
getSerialNumber
in interface X509IssuerSerial
null
)public void marshal(org.w3c.dom.Node parent, java.lang.String dsPrefix, DOMCryptoContext context) throws MarshalException
marshal
in class DOMStructure
MarshalException
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
XML Security, 1.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |