Uses of Interface
com.itextpdf.commons.bouncycastle.cert.ocsp.IOCSPReq
Package
Description
-
Uses of IOCSPReq in com.itextpdf.bouncycastle
Modifier and TypeMethodDescriptionBouncyCastleFactory.createOCSPReq
(byte[] requestBytes) Create OCSP Req wrapper frombyte[]
. -
Uses of IOCSPReq in com.itextpdf.bouncycastle.cert.ocsp
-
Uses of IOCSPReq in com.itextpdf.bouncycastlefips
Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createOCSPReq
(byte[] requestBytes) Create OCSP Req wrapper frombyte[]
. -
Uses of IOCSPReq in com.itextpdf.bouncycastlefips.cert.ocsp
-
Uses of IOCSPReq in com.itextpdf.commons.bouncycastle
Modifier and TypeMethodDescriptionIBouncyCastleFactory.createOCSPReq
(byte[] requestBytes) Create OCSP Req wrapper frombyte[]
. -
Uses of IOCSPReq in com.itextpdf.commons.bouncycastle.cert.ocsp
-
Uses of IOCSPReq in com.itextpdf.signatures
Modifier and TypeMethodDescriptionprotected static IOCSPReq
OcspClientBouncyCastle.generateOCSPRequest
(X509Certificate issuerCert, BigInteger serialNumber) Generates an OCSP request using BouncyCastle.