Class RevokedStatus

java.lang.Object
org.bouncycastle.cert.ocsp.RevokedStatus
All Implemented Interfaces:
CertificateStatus

public class RevokedStatus extends Object implements CertificateStatus
wrapper for the RevokedInfo object
  • Constructor Details

    • RevokedStatus

      public RevokedStatus(org.bouncycastle.asn1.ocsp.RevokedInfo info)
    • RevokedStatus

      public RevokedStatus(Date revocationDate)
    • RevokedStatus

      public RevokedStatus(Date revocationDate, int reason)
  • Method Details

    • getRevocationTime

      public Date getRevocationTime()
    • hasRevocationReason

      public boolean hasRevocationReason()
    • getRevocationReason

      public int getRevocationReason()
      return the revocation reason. Note: this field is optional, test for it with hasRevocationReason() first.
      Returns:
      the revocation reason value.
      Throws:
      IllegalStateException - if a reason is asked for and none is avaliable