Uses of Class
org.bouncycastle.asn1.ocsp.BasicOCSPResponse
-
Packages that use BasicOCSPResponse Package Description org.bouncycastle.asn1.esf org.bouncycastle.asn1.ocsp -
-
Uses of BasicOCSPResponse in org.bouncycastle.asn1.esf
Methods in org.bouncycastle.asn1.esf that return BasicOCSPResponse Modifier and Type Method Description BasicOCSPResponse[]
RevocationValues. getOcspVals()
Constructors in org.bouncycastle.asn1.esf with parameters of type BasicOCSPResponse Constructor Description RevocationValues(CertificateList[] crlVals, BasicOCSPResponse[] ocspVals, OtherRevVals otherRevVals)
-
Uses of BasicOCSPResponse in org.bouncycastle.asn1.ocsp
Methods in org.bouncycastle.asn1.ocsp that return BasicOCSPResponse Modifier and Type Method Description static BasicOCSPResponse
BasicOCSPResponse. getInstance(Object obj)
static BasicOCSPResponse
BasicOCSPResponse. getInstance(ASN1TaggedObject obj, boolean explicit)
-