com.digt.trusted.ocsp
Class RevokedStatus

java.lang.Object
  extended by com.digt.trusted.ocsp.RevokedStatus
All Implemented Interfaces:
CertificateStatus

public class RevokedStatus
extends java.lang.Object
implements CertificateStatus

wrapper for the RevokedInfo object


Constructor Summary
RevokedStatus(RevokedInfo info)
           
 
Method Summary
 int getRevocationReason()
          return the revocation reason.
 java.util.Date getRevocationTime()
           
 boolean hasRevocationReason()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RevokedStatus

public RevokedStatus(RevokedInfo info)
Method Detail

getRevocationTime

public java.util.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.

Throws:
java.lang.IllegalStateException - if a reason is asked for and none is avaliable