|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.flashaccess.sdk.revocation.RevocationEntry
public class RevocationEntry
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 |
|---|
public RevocationEntry(IssuerAndSerialNumber certIdentifier,
java.util.Date revocationDate)
RevocationEntry object to revoke the specified certificate.
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 |
|---|
public IssuerAndSerialNumber getIssuerAndSerialNumber()
public java.util.Date getRevocationDate()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||