com.adobe.flashaccess.sdk.cert
Class IssuerAndSerialNumber

java.lang.Object
  extended by com.adobe.flashaccess.sdk.cert.IssuerAndSerialNumber

public class IssuerAndSerialNumber
extends java.lang.Object

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(java.lang.String issuer, java.math.BigInteger serialNumber)
          Creates an IssuerAndSerialNumber instance.
IssuerAndSerialNumber(javax.security.auth.x500.X500Principal issuer, java.math.BigInteger serialNumber)
          Creates an IssuerAndSerialNumber instance.
IssuerAndSerialNumber(java.security.cert.X509Certificate cert)
          Creates an IssuerAndSerialNumber instance.
 
Method Summary
 java.lang.String getIssuer()
          Retrieves the issuer name of the certificate.
 java.math.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

IssuerAndSerialNumber

public IssuerAndSerialNumber(java.lang.String issuer,
                             java.math.BigInteger serialNumber)
Creates an IssuerAndSerialNumber instance.

Parameters:
issuer - The issuer name of the certificate.
serialNumber - The serial number of the certificate.

IssuerAndSerialNumber

public IssuerAndSerialNumber(javax.security.auth.x500.X500Principal issuer,
                             java.math.BigInteger serialNumber)
Creates an IssuerAndSerialNumber instance.

Parameters:
issuer - Issuer name of the certificate
serialNumber - The serial number of the certificate.

IssuerAndSerialNumber

public IssuerAndSerialNumber(java.security.cert.X509Certificate cert)
Creates an IssuerAndSerialNumber instance.

Parameters:
cert - The certificate.
Method Detail

getIssuer

public java.lang.String getIssuer()
Retrieves the issuer name of the certificate.

Returns:
The issuer name of the certificate.

getSerialNumber

public java.math.BigInteger getSerialNumber()
Retrieves the serial number of the certificate.

Returns:
The serial number of the certificate.


[an error occurred while processing this directive] [an error occurred while processing this directive]