Uses of Interface
com.itextpdf.commons.bouncycastle.cert.ocsp.IOCSPResp
Packages that use IOCSPResp
Package
Description
-
Uses of IOCSPResp in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IOCSPRespModifier and TypeMethodDescriptionBouncyCastleFactory.createOCSPResp()
Create OCSP Resp wrapper without parameters.BouncyCastleFactory.createOCSPResp
(byte[] bytes) Create OCSP Resp wrapper frombyte[]
value.BouncyCastleFactory.createOCSPResp
(IOCSPResponse ocspResponse) Create OCSP Resp wrapper from OCSP Response wrapper. -
Uses of IOCSPResp in com.itextpdf.bouncycastle.cert.ocsp
Classes in com.itextpdf.bouncycastle.cert.ocsp that implement IOCSPRespMethods in com.itextpdf.bouncycastle.cert.ocsp that return IOCSPRespModifier and TypeMethodDescriptionOCSPRespBuilderBC.build
(int i, IBasicOCSPResp basicOCSPResp) Calls actualbuild
method for the wrapped OCSPRespBuilder object. -
Uses of IOCSPResp in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IOCSPRespModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.createOCSPResp()
BouncyCastleDefaultFactory.createOCSPResp
(byte[] bytes) BouncyCastleDefaultFactory.createOCSPResp
(IOCSPResponse ocspResponse) -
Uses of IOCSPResp in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IOCSPRespModifier and TypeMethodDescriptionIBouncyCastleFactory.createOCSPResp()
Create OCSP Resp wrapper without parameters.IBouncyCastleFactory.createOCSPResp
(byte[] bytes) Create OCSP Resp wrapper frombyte[]
value.IBouncyCastleFactory.createOCSPResp
(IOCSPResponse ocspResponse) Create OCSP Resp wrapper from OCSP Response wrapper. -
Uses of IOCSPResp in com.itextpdf.commons.bouncycastle.cert.ocsp
Methods in com.itextpdf.commons.bouncycastle.cert.ocsp that return IOCSPRespModifier and TypeMethodDescriptionIOCSPRespBuilder.build
(int i, IBasicOCSPResp basicOCSPResp) Calls actualbuild
method for the wrapped OCSPRespBuilder object. -
Uses of IOCSPResp in com.itextpdf.signatures
Methods in com.itextpdf.signatures that return IOCSPRespModifier and TypeMethodDescription(package private) IOCSPResp
OcspClientBouncyCastle.getOcspResponse
(X509Certificate checkCert, X509Certificate rootCert, String url) Gets an OCSP response object using BouncyCastle.