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

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

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

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

Uses of OCSPResponse in com.digt.trusted.ocsp
 

Constructors in com.digt.trusted.ocsp with parameters of type OCSPResponse
OCSPResp(OCSPResponse resp)