org.bouncycastle.ocsp
public class SingleResp extends Object implements X509Extension
Constructor Summary | |
---|---|
SingleResp(SingleResponse resp) |
Method Summary | |
---|---|
CertificateID | getCertID() |
Object | getCertStatus()
Return the status object for the response - null indicates good.
|
Set | getCriticalExtensionOIDs() |
byte[] | getExtensionValue(String oid) |
Date | getNextUpdate()
return the NextUpdate value - note: this is an optional field so may
be returned as null.
|
Set | getNonCriticalExtensionOIDs() |
X509Extensions | getSingleExtensions() |
Date | getThisUpdate() |
boolean | hasUnsupportedCriticalExtension()
RFC 2650 doesn't specify any critical extensions so we return true
if any are encountered.
|
Returns: the status object for the response, null if it is good.
Returns: nextUpdate, or null if not present.
Returns: true if any critical extensions are present.