Uses of Class
org.bouncycastle.asn1.ocsp.CertStatus
-
Packages that use CertStatus Package Description org.bouncycastle.asn1.ocsp Support classes useful for encoding and supporting OCSP objects. -
-
Uses of CertStatus in org.bouncycastle.asn1.ocsp
Methods in org.bouncycastle.asn1.ocsp that return CertStatus Modifier and Type Method Description CertStatusSingleResponse. getCertStatus()static CertStatusCertStatus. getInstance(java.lang.Object obj)static CertStatusCertStatus. getInstance(ASN1TaggedObject obj, boolean explicit)Constructors in org.bouncycastle.asn1.ocsp with parameters of type CertStatus Constructor Description SingleResponse(CertID certID, CertStatus certStatus, ASN1GeneralizedTime thisUpdate, ASN1GeneralizedTime nextUpdate, Extensions singleExtensions)
-