public class OCSPResult extends Object
Modifier and Type | Class and Description |
---|---|
static class |
OCSPResult.Status |
Constructor and Description |
---|
OCSPResult(OCSPResult.Status status) |
OCSPResult(org.bouncycastle.cert.ocsp.SingleResp resp) |
Modifier and Type | Method and Description |
---|---|
String |
getRevocationReason() |
Date |
getRevocationTime() |
OCSPResult.Status |
getStatus() |
String |
toString() |
public static final String[] REASONS
public OCSPResult(OCSPResult.Status status)
public OCSPResult(org.bouncycastle.cert.ocsp.SingleResp resp)
public OCSPResult.Status getStatus()
public Date getRevocationTime()
public String getRevocationReason()
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.