com.adobe.flashaccess.sdk.revocation
Class RevocationEntry

java.lang.Object
  extended by com.adobe.flashaccess.sdk.revocation.RevocationEntry

public class RevocationEntry
extends java.lang.Object

This class represents a single certificate revocation entry. A RevocationList will contain one or more revocation entries.


Constructor Summary
RevocationEntry(IssuerAndSerialNumber certIdentifier, java.util.Date revocationDate)
          Creates a RevocationEntry object to revoke the specified certificate.
 
Method Summary
 IssuerAndSerialNumber getIssuerAndSerialNumber()
          Retrieves the issuer and serial number of the revoked certificate.
 java.util.Date getRevocationDate()
          Retrieves the date on which the certificate was first revoked.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RevocationEntry

public RevocationEntry(IssuerAndSerialNumber certIdentifier,
                       java.util.Date revocationDate)
Creates a RevocationEntry object to revoke the specified certificate.

Parameters:
certIdentifier - The certificate issuer and serial number.
revocationDate - The date on which the entry first appeared on a revocation list (milliseconds are not preserved).
Method Detail

getIssuerAndSerialNumber

public IssuerAndSerialNumber getIssuerAndSerialNumber()
Retrieves the issuer and serial number of the revoked certificate.

Returns:
The issuer and serial number of the revoked certificate.

getRevocationDate

public java.util.Date getRevocationDate()
Retrieves the date on which the certificate was first revoked.

Returns:
The date on which the certificate was first revoked.


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