Uses of Interface
com.itextpdf.commons.bouncycastle.cert.ocsp.IReq
-
Packages that use IReq Package Description com.itextpdf.bouncycastle.cert.ocsp com.itextpdf.commons.bouncycastle.cert.ocsp -
-
Uses of IReq in com.itextpdf.bouncycastle.cert.ocsp
Classes in com.itextpdf.bouncycastle.cert.ocsp that implement IReq Modifier and Type Class Description class
ReqBC
Wrapper class forReq
.Methods in com.itextpdf.bouncycastle.cert.ocsp that return IReq Modifier and Type Method Description IReq[]
OCSPReqBC. getRequestList()
Calls actualgetRequestList
method for the wrapped OCSPReq object. -
Uses of IReq in com.itextpdf.commons.bouncycastle.cert.ocsp
Methods in com.itextpdf.commons.bouncycastle.cert.ocsp that return IReq Modifier and Type Method Description IReq[]
IOCSPReq. getRequestList()
Calls actualgetRequestList
method for the wrapped OCSPReq object.
-