Uses of Class
org.bouncycastle.asn1.ocsp.ResponseBytes
-
Packages that use ResponseBytes Package Description org.bouncycastle.asn1.ocsp Support classes useful for encoding and supporting OCSP objects. -
-
Uses of ResponseBytes in org.bouncycastle.asn1.ocsp
Methods in org.bouncycastle.asn1.ocsp that return ResponseBytes Modifier and Type Method Description static ResponseBytes
ResponseBytes. getInstance(java.lang.Object obj)
static ResponseBytes
ResponseBytes. getInstance(ASN1TaggedObject obj, boolean explicit)
ResponseBytes
OCSPResponse. getResponseBytes()
Constructors in org.bouncycastle.asn1.ocsp with parameters of type ResponseBytes Constructor Description OCSPResponse(OCSPResponseStatus responseStatus, ResponseBytes responseBytes)
-