Uses of Class
org.bouncycastle.asn1.ocsp.ResponseBytes
Packages that use ResponseBytes
Package
Description
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 ResponseBytesModifier and TypeMethodDescriptionstatic ResponseBytesResponseBytes.getInstance(Object obj) static ResponseBytesResponseBytes.getInstance(ASN1TaggedObject obj, boolean explicit) OCSPResponse.getResponseBytes()Constructors in org.bouncycastle.asn1.ocsp with parameters of type ResponseBytesModifierConstructorDescriptionOCSPResponse(OCSPResponseStatus responseStatus, ResponseBytes responseBytes)