org.bouncycastle.ocsp
public class Req extends Object implements X509Extension
| Constructor Summary | |
|---|---|
| Req(Request req) | |
| Method Summary | |
|---|---|
| CertificateID | getCertID() |
| Set | getCriticalExtensionOIDs() |
| byte[] | getExtensionValue(String oid) |
| Set | getNonCriticalExtensionOIDs() |
| X509Extensions | getSingleRequestExtensions() |
| boolean | hasUnsupportedCriticalExtension()
RFC 2650 doesn't specify any critical extensions so we return true
if any are encountered.
|
Returns: true if any critical extensions are present.