Uses of Class
org.bouncycastle.asn1.ocsp.CertID
Packages that use CertID
Package
Description
Support classes useful for encoding and supporting OCSP objects.
-
Uses of CertID in org.bouncycastle.asn1.ocsp
Methods in org.bouncycastle.asn1.ocsp that return CertIDModifier and TypeMethodDescriptionSingleResponse.getCertID()
static CertID
CertID.getInstance
(Object obj) static CertID
CertID.getInstance
(ASN1TaggedObject obj, boolean explicit) Request.getReqCert()
Constructors in org.bouncycastle.asn1.ocsp with parameters of type CertIDModifierConstructorDescriptionRequest
(CertID reqCert, Extensions singleRequestExtensions) SingleResponse
(CertID certID, CertStatus certStatus, ASN1GeneralizedTime thisUpdate, ASN1GeneralizedTime nextUpdate, Extensions singleExtensions)