Uses of Class
org.bouncycastle.asn1.ocsp.BasicOCSPResponse
-
Packages that use BasicOCSPResponse Package Description org.bouncycastle.asn1.esf Support classes useful for encoding and supporting [ESF] RFC3126 Electronic Signature Formats for long term electronic signatures.org.bouncycastle.asn1.ocsp Support classes useful for encoding and supporting OCSP objects. -
-
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 BasicOCSPResponseBasicOCSPResponse. getInstance(java.lang.Object obj)static BasicOCSPResponseBasicOCSPResponse. getInstance(ASN1TaggedObject obj, boolean explicit)
-