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

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

Introduction

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

The text is from its open source code.

Constructor

BasicOCSPRespBuilder(RespID responderID)
basic constructor
BasicOCSPRespBuilder(SubjectPublicKeyInfo key, DigestCalculator digCalc)
construct with the responderID to be the SHA-1 keyHash of the passed in public key.

Method