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

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

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

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

Uses of SingleResponse in com.digt.trusted.ocsp
 

Constructors in com.digt.trusted.ocsp with parameters of type SingleResponse
SingleResp(SingleResponse resp)