Uses of Class
org.bouncycastle.asn1.ocsp.TBSRequest
-
Packages that use TBSRequest Package Description org.bouncycastle.asn1.ocsp -
-
Uses of TBSRequest in org.bouncycastle.asn1.ocsp
Methods in org.bouncycastle.asn1.ocsp that return TBSRequest Modifier and Type Method Description static TBSRequest
TBSRequest. getInstance(Object obj)
static TBSRequest
TBSRequest. getInstance(ASN1TaggedObject obj, boolean explicit)
TBSRequest
OCSPRequest. getTbsRequest()
Constructors in org.bouncycastle.asn1.ocsp with parameters of type TBSRequest Constructor Description OCSPRequest(TBSRequest tbsRequest, Signature optionalSignature)
-