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

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

Introduction

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

The text is from its open source code.

Field

AlgorithmIdentifierHASH_SHA1

Constructor

CertificateID(DigestCalculator digestCalculator, X509CertificateHolder issuerCert, BigInteger number)
create from an issuer certificate and the serial number of the certificate it signed.
CertificateID(CertID id)

Method

booleanequals(Object o)
ASN1ObjectIdentifiergetHashAlgOID()
byte[]getIssuerKeyHash()
byte[]getIssuerNameHash()
BigIntegergetSerialNumber()
return the serial number for the certificate associated with this request.
booleanmatchesIssuer(X509CertificateHolder issuerCert, DigestCalculatorProvider digCalcProvider)