Uses of Class
com.digt.trusted.asn1.ocsp.ResponseBytes

Packages that use ResponseBytes
com.digt.trusted.asn1.ocsp Support classes useful for encoding and supporting OCSP objects. 
 

Uses of ResponseBytes in com.digt.trusted.asn1.ocsp
 

Methods in com.digt.trusted.asn1.ocsp that return ResponseBytes
static ResponseBytes ResponseBytes.getInstance(ASN1TaggedObject obj, boolean explicit)
           
static ResponseBytes ResponseBytes.getInstance(java.lang.Object obj)
           
 ResponseBytes OCSPResponse.getResponseBytes()
           
 

Constructors in com.digt.trusted.asn1.ocsp with parameters of type ResponseBytes
OCSPResponse(OCSPResponseStatus responseStatus, ResponseBytes responseBytes)