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