CertificateStatus
public class RevokedStatus extends java.lang.Object implements CertificateStatus
GOOD
Constructor | Description |
---|---|
RevokedStatus(java.util.Date revocationDate,
int reason) |
|
RevokedStatus(org.bouncycastle.asn1.ocsp.RevokedInfo info) |
Modifier and Type | Method | Description |
---|---|---|
int |
getRevocationReason() |
return the revocation reason.
|
java.util.Date |
getRevocationTime() |
|
boolean |
hasRevocationReason() |
public RevokedStatus(org.bouncycastle.asn1.ocsp.RevokedInfo info)
public RevokedStatus(java.util.Date revocationDate, int reason)
public java.util.Date getRevocationTime()
public boolean hasRevocationReason()
public int getRevocationReason()
java.lang.IllegalStateException
- if a reason is asked for and none is avaliable