Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.ocsp.IOCSPResponse
Packages that use IOCSPResponse
Package
Description
-
Uses of IOCSPResponse in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IOCSPResponseModifier and TypeMethodDescriptionBouncyCastleFactory.createOCSPResponse
(IOCSPResponseStatus respStatus, IResponseBytes responseBytes) Create OCSP Response wrapper from OCSP Response status wrapper and response bytes wrapper.Methods in com.itextpdf.bouncycastle with parameters of type IOCSPResponseModifier and TypeMethodDescriptionBouncyCastleFactory.createOCSPResp
(IOCSPResponse ocspResponse) Create OCSP Resp wrapper from OCSP Response wrapper. -
Uses of IOCSPResponse in com.itextpdf.bouncycastle.asn1.ocsp
Classes in com.itextpdf.bouncycastle.asn1.ocsp that implement IOCSPResponse -
Uses of IOCSPResponse in com.itextpdf.bouncycastle.cert.ocsp
Constructors in com.itextpdf.bouncycastle.cert.ocsp with parameters of type IOCSPResponseModifierConstructorDescriptionOCSPRespBC
(IOCSPResponse ocspResponse) Creates new wrapper instance forOCSPResp
. -
Uses of IOCSPResponse in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IOCSPResponseModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.createOCSPResponse
(IOCSPResponseStatus respStatus, IResponseBytes responseBytes) Methods in com.itextpdf.bouncycastleconnector with parameters of type IOCSPResponseModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.createOCSPResp
(IOCSPResponse ocspResponse) -
Uses of IOCSPResponse in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IOCSPResponseModifier and TypeMethodDescriptionIBouncyCastleFactory.createOCSPResponse
(IOCSPResponseStatus respStatus, IResponseBytes responseBytes) Create OCSP Response wrapper from OCSP Response status wrapper and response bytes wrapper.Methods in com.itextpdf.commons.bouncycastle with parameters of type IOCSPResponseModifier and TypeMethodDescriptionIBouncyCastleFactory.createOCSPResp
(IOCSPResponse ocspResponse) Create OCSP Resp wrapper from OCSP Response wrapper.