Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.ocsp.IOCSPResponse
Package
Description
-
Uses of IOCSPResponse in com.itextpdf.bouncycastle
Modifier and TypeMethodDescriptionBouncyCastleFactory.createOCSPResponse
(IOCSPResponseStatus respStatus, IResponseBytes responseBytes) Create OCSP Response wrapper from OCSP Response status wrapper and response bytes wrapper.Modifier and TypeMethodDescriptionBouncyCastleFactory.createOCSPResp
(IOCSPResponse ocspResponse) Create OCSP Resp wrapper from OCSP Response wrapper. -
Uses of IOCSPResponse in com.itextpdf.bouncycastle.asn1.ocsp
-
Uses of IOCSPResponse in com.itextpdf.bouncycastle.cert.ocsp
ModifierConstructorDescriptionOCSPRespBC
(IOCSPResponse ocspResponse) Creates new wrapper instance forOCSPResp
. -
Uses of IOCSPResponse in com.itextpdf.bouncycastlefips
Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createOCSPResponse
(IOCSPResponseStatus respStatus, IResponseBytes responseBytes) Create OCSP Response wrapper from OCSP Response status wrapper and response bytes wrapper.Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createOCSPResp
(IOCSPResponse ocspResponse) Create OCSP Resp wrapper from OCSP Response wrapper. -
Uses of IOCSPResponse in com.itextpdf.bouncycastlefips.asn1.ocsp
-
Uses of IOCSPResponse in com.itextpdf.bouncycastlefips.cert.ocsp
ModifierConstructorDescriptionOCSPRespBCFips
(IOCSPResponse ocspResponse) Creates new wrapper instance forOCSPResp
. -
Uses of IOCSPResponse in com.itextpdf.commons.bouncycastle
Modifier and TypeMethodDescriptionIBouncyCastleFactory.createOCSPResponse
(IOCSPResponseStatus respStatus, IResponseBytes responseBytes) Create OCSP Response wrapper from OCSP Response status wrapper and response bytes wrapper.Modifier and TypeMethodDescriptionIBouncyCastleFactory.createOCSPResp
(IOCSPResponse ocspResponse) Create OCSP Resp wrapper from OCSP Response wrapper.