Uses of Class
org.bouncycastle.asn1.ocsp.CertID
-
Packages that use CertID Package Description org.bouncycastle.asn1.ocsp 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 CertID Modifier and Type Method Description CertID
SingleResponse. getCertID()
static CertID
CertID. getInstance(java.lang.Object obj)
static CertID
CertID. getInstance(ASN1TaggedObject obj, boolean explicit)
CertID
Request. getReqCert()
Constructors in org.bouncycastle.asn1.ocsp with parameters of type CertID Constructor Description Request(CertID reqCert, Extensions singleRequestExtensions)
SingleResponse(CertID certID, CertStatus certStatus, ASN1GeneralizedTime thisUpdate, ASN1GeneralizedTime nextUpdate, Extensions singleExtensions)
-