public static interface

OCSP.RevocationStatus

sun.security.provider.certpath.OCSP.RevocationStatus

Class Overview

The Revocation Status of a certificate.

Summary

Nested Classes
enum OCSP.RevocationStatus.CertStatus  
enum OCSP.RevocationStatus.Reason  
Public Methods
abstract OCSP.RevocationStatus.CertStatus getCertStatus()
Returns the revocation status.
abstract OCSP.RevocationStatus.Reason getRevocationReason()
Returns the reason the certificate was revoked, or null if it has not been revoked.
abstract Date getRevocationTime()
Returns the time when the certificate was revoked, or null if it has not been revoked.

Public Methods

public abstract OCSP.RevocationStatus.CertStatus getCertStatus ()

Returns the revocation status.

public abstract OCSP.RevocationStatus.Reason getRevocationReason ()

Returns the reason the certificate was revoked, or null if it has not been revoked.

public abstract Date getRevocationTime ()

Returns the time when the certificate was revoked, or null if it has not been revoked.