Class CertificateRevocationWrapper

All Implemented Interfaces:
TokenProxy

public class CertificateRevocationWrapper extends RevocationWrapper
Complete revocation wrapper, containing detailed certificate revocation and common information
  • Constructor Details

  • Method Details

    • getStatus

      public CertificateStatus getStatus()
      Returns the revocation status of the concerned certificate
      Returns:
      CertificateStatus
    • getReason

      public RevocationReason getReason()
      Returns the revocation reason for the concerned certificate
      Returns:
      RevocationReason
    • getRevocationDate

      public Date getRevocationDate()
      Returns the revocation time for the concerned certificate
      Returns:
      Date
    • isRevoked

      public boolean isRevoked()
      Gets if the concerned certificate has been revoked
      Returns:
      TRUE if the certificate has been revoked, FALSE otherwise
    • isKnown

      public boolean isKnown()
      Gets if the revocation status is known
      Returns:
      TRUE if the revocation status is known, FALSE otherwise