org.bouncycastle.ocsp
Class RevokedStatus
java.lang.Object
org.bouncycastle.ocsp.RevokedStatus
- CertificateStatus
public class RevokedStatus
extends java.lang.Object
wrapper for the RevokedInfo object
RevokedStatus
public RevokedStatus(Date revocationDate,
int reason)
getRevocationReason
public int getRevocationReason()
return the revocation reason. Note: this field is optional, test for it
with hasRevocationReason() first.
getRevocationTime
public Date getRevocationTime()
hasRevocationReason
public boolean hasRevocationReason()