Uses of Interface
com.itextpdf.commons.bouncycastle.cert.ocsp.IOCSPReq
-
-
Uses of IOCSPReq in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IOCSPReq Modifier and Type Method Description IOCSPReq
BouncyCastleFactory. createOCSPReq(byte[] requestBytes)
Create OCSP Req wrapper frombyte[]
. -
Uses of IOCSPReq in com.itextpdf.bouncycastle.cert.ocsp
Classes in com.itextpdf.bouncycastle.cert.ocsp that implement IOCSPReq Modifier and Type Class Description class
OCSPReqBC
Wrapper class forOCSPReq
.Methods in com.itextpdf.bouncycastle.cert.ocsp that return IOCSPReq Modifier and Type Method Description IOCSPReq
OCSPReqBuilderBC. build()
Calls actualbuild
method for the wrapped OCSPReqBuilder object. -
Uses of IOCSPReq in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IOCSPReq Modifier and Type Method Description IOCSPReq
BouncyCastleDefaultFactory. createOCSPReq(byte[] requestBytes)
-
Uses of IOCSPReq in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IOCSPReq Modifier and Type Method Description IOCSPReq
IBouncyCastleFactory. createOCSPReq(byte[] requestBytes)
Create OCSP Req wrapper frombyte[]
. -
Uses of IOCSPReq in com.itextpdf.commons.bouncycastle.cert.ocsp
Methods in com.itextpdf.commons.bouncycastle.cert.ocsp that return IOCSPReq Modifier and Type Method Description IOCSPReq
IOCSPReqBuilder. build()
Calls actualbuild
method for the wrapped OCSPReqBuilder object. -
Uses of IOCSPReq in com.itextpdf.signatures
Methods in com.itextpdf.signatures that return IOCSPReq Modifier and Type Method Description protected static IOCSPReq
OcspClientBouncyCastle. generateOCSPRequest(java.security.cert.X509Certificate issuerCert, java.math.BigInteger serialNumber)
Generates an OCSP request using BouncyCastle.(package private) static IOCSPReq
SignUtils. generateOcspRequestWithNonce(ICertificateID id)
-