Uses of Class
org.bouncycastle.asn1.ocsp.TBSRequest
-
Packages that use TBSRequest Package Description org.bouncycastle.asn1.ocsp Support classes useful for encoding and supporting OCSP objects. -
-
Uses of TBSRequest in org.bouncycastle.asn1.ocsp
Methods in org.bouncycastle.asn1.ocsp that return TBSRequest Modifier and Type Method Description static TBSRequestTBSRequest. getInstance(java.lang.Object obj)static TBSRequestTBSRequest. getInstance(ASN1TaggedObject obj, boolean explicit)TBSRequestOCSPRequest. getTbsRequest()Constructors in org.bouncycastle.asn1.ocsp with parameters of type TBSRequest Constructor Description OCSPRequest(TBSRequest tbsRequest, Signature optionalSignature)
-