org.bouncycastle.cert.ocsp
Class RevokedStatus
java.lang.Object
|
+--org.bouncycastle.cert.ocsp.RevokedStatus
- public class RevokedStatus
- extends java.lang.Object
- implements CertificateStatus
wrapper for the RevokedInfo object
Constructor Summary |
RevokedStatus(java.util.Date revocationDate,
int reason)
|
RevokedStatus(org.bouncycastle.asn1.ocsp.RevokedInfo info)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
RevokedStatus
public RevokedStatus(org.bouncycastle.asn1.ocsp.RevokedInfo info)
RevokedStatus
public RevokedStatus(java.util.Date revocationDate,
int reason)
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.
- Returns:
- the revocation reason value.
- Throws:
- java.lang.IllegalStateException - if a reason is asked for and none is avaliable