Uses of Class
org.bouncycastle.asn1.ocsp.CertStatus
Packages that use CertStatus
Package
Description
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 CertStatusModifier and TypeMethodDescriptionSingleResponse.getCertStatus()
static CertStatus
CertStatus.getInstance
(Object obj) static CertStatus
CertStatus.getInstance
(ASN1TaggedObject obj, boolean explicit) Constructors in org.bouncycastle.asn1.ocsp with parameters of type CertStatusModifierConstructorDescriptionSingleResponse
(CertID certID, CertStatus certStatus, ASN1GeneralizedTime thisUpdate, ASN1GeneralizedTime nextUpdate, Extensions singleExtensions)