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 CertIDSingleResponse. getCertID()static CertIDCertID. getInstance(java.lang.Object obj)static CertIDCertID. getInstance(ASN1TaggedObject obj, boolean explicit)CertIDRequest. 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)
-