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

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

Introduction

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

The text is from its open source code.

Constructor

Method

X509CertificateHolder[]getCerts()
byte[]getEncoded()
return the ASN.1 encoded representation of this object.
ExtensiongetExtension(ASN1ObjectIdentifier oid)
ListgetExtensionOIDs()
DategetProducedAt()
RespIDgetResponderId()
SingleResp[]getResponses()
byte[]getSignature()
ASN1ObjectIdentifiergetSignatureAlgOID()
AlgorithmIdentifiergetSignatureAlgorithmID()
Return the algorithm identifier describing the signature used in the response.
booleanhasExtensions()
booleanisSignatureValid(ContentVerifierProvider verifierProvider)
verify the signature against the tbsResponseData object we contain.