|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.flashaccess.sdk.cert.IssuerAndSerialNumber
public class IssuerAndSerialNumber
This class contains the issuer name and serial number. This information is used to uniquely identify a certificate, or an entity holding a certificate.
| Constructor Summary | |
|---|---|
IssuerAndSerialNumber(String issuer,
BigInteger serialNumber)
Creates an IssuerAndSerialNumber instance. |
|
IssuerAndSerialNumber(X500Principal issuer,
BigInteger serialNumber)
Creates an IssuerAndSerialNumber instance. |
|
IssuerAndSerialNumber(X509Certificate cert)
Creates an IssuerAndSerialNumber instance. |
|
| Method Summary | |
|---|---|
String |
getIssuer()
Retrieves the issuer name of the certificate. |
BigInteger |
getSerialNumber()
Retrieves the serial number of the certificate. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IssuerAndSerialNumber(String issuer,
BigInteger serialNumber)
IssuerAndSerialNumber instance.
issuer - The issuer name of the certificate.serialNumber - The serial number of the certificate.
public IssuerAndSerialNumber(X500Principal issuer,
BigInteger serialNumber)
IssuerAndSerialNumber instance.
issuer - Issuer name of the certificateserialNumber - The serial number of the certificate.public IssuerAndSerialNumber(X509Certificate cert)
IssuerAndSerialNumber instance.
cert - The certificate.| Method Detail |
|---|
public String getIssuer()
public BigInteger getSerialNumber()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||