| |
|
| java.lang.Object org.bouncycastle.ocsp.SingleResp
getCertStatus | public Object getCertStatus()(Code) | | Return the status object for the response - null indicates good.
the status object for the response, null if it is good. |
getCriticalExtensionOIDs | public Set getCriticalExtensionOIDs()(Code) | | |
getExtensionValue | public byte[] getExtensionValue(String oid)(Code) | | |
getNextUpdate | public Date getNextUpdate()(Code) | | return the NextUpdate value - note: this is an optional field so may
be returned as null.
nextUpdate, or null if not present. |
getNonCriticalExtensionOIDs | public Set getNonCriticalExtensionOIDs()(Code) | | |
hasUnsupportedCriticalExtension | public boolean hasUnsupportedCriticalExtension()(Code) | | RFC 2650 doesn't specify any critical extensions so we return true
if any are encountered.
true if any critical extensions are present. |
|
|
|