Package org.bouncycastle.cert.ocsp
Class SingleResp
java.lang.Object
org.bouncycastle.cert.ocsp.SingleResp
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the status object for the response - null indicates good.org.bouncycastle.asn1.x509.Extension
getExtension
(org.bouncycastle.asn1.ASN1ObjectIdentifier oid) return the NextUpdate value - note: this is an optional field so may be returned as null.boolean
-
Constructor Details
-
SingleResp
public SingleResp(org.bouncycastle.asn1.ocsp.SingleResponse resp)
-
-
Method Details
-
getCertID
-
getCertStatus
Return the status object for the response - null indicates good.- Returns:
- the status object for the response, null if it is good.
-
getThisUpdate
-
getNextUpdate
return the NextUpdate value - note: this is an optional field so may be returned as null.- Returns:
- nextUpdate, or null if not present.
-
hasExtensions
public boolean hasExtensions() -
getExtension
public org.bouncycastle.asn1.x509.Extension getExtension(org.bouncycastle.asn1.ASN1ObjectIdentifier oid) -
getExtensionOIDs
-
getCriticalExtensionOIDs
-
getNonCriticalExtensionOIDs
-