public class RevokedStatus extends Object implements CertificateStatus
GOOD| Constructor and Description |
|---|
RevokedStatus(Date revocationDate,
int reason) |
RevokedStatus(RevokedInfo info) |
| Modifier and Type | Method and Description |
|---|---|
int |
getRevocationReason()
return the revocation reason.
|
Date |
getRevocationTime() |
boolean |
hasRevocationReason() |
public RevokedStatus(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 © 2015. All rights reserved.