Java org.bouncycastle.cert.ocsp OCSPReq fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.cert.ocsp OCSPReq fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.cert.ocsp OCSPReq.

The text is from its open source code.

Constructor

Method

X509CertificateHolder[]getCerts()
SetgetCriticalExtensionOIDs()
byte[]getEncoded()
return the ASN.1 encoded representation of this object.
ExtensiongetExtension(ASN1ObjectIdentifier oid)
Req[]getRequestList()
GeneralNamegetRequestorName()
ASN1ObjectIdentifiergetSignatureAlgOID()
return the object identifier representing the signature algorithm
intgetVersionNumber()
booleanhasExtensions()
booleanisSignatureValid(ContentVerifierProvider verifierProvider)
verify the signature against the TBSRequest object we contain.
booleanisSigned()
Return whether or not this request is signed.