Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.ocsp.IOCSPResponse
-
-
Uses of IOCSPResponse in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IOCSPResponse Modifier and Type Method Description IOCSPResponse
BouncyCastleFactory. 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 IOCSPResponse Modifier and Type Method Description IOCSPResp
BouncyCastleFactory. 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 Modifier and Type Class Description class
OCSPResponseBC
Wrapper class forOCSPResponse
. -
Uses of IOCSPResponse in com.itextpdf.bouncycastle.cert.ocsp
Constructors in com.itextpdf.bouncycastle.cert.ocsp with parameters of type IOCSPResponse Constructor Description OCSPRespBC(IOCSPResponse ocspResponse)
Creates new wrapper instance forOCSPResp
. -
Uses of IOCSPResponse in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IOCSPResponse Modifier and Type Method Description IOCSPResponse
BouncyCastleDefaultFactory. createOCSPResponse(IOCSPResponseStatus respStatus, IResponseBytes responseBytes)
Methods in com.itextpdf.bouncycastleconnector with parameters of type IOCSPResponse Modifier and Type Method Description IOCSPResp
BouncyCastleDefaultFactory. createOCSPResp(IOCSPResponse ocspResponse)
-
Uses of IOCSPResponse in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IOCSPResponse Modifier and Type Method Description IOCSPResponse
IBouncyCastleFactory. 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 IOCSPResponse Modifier and Type Method Description IOCSPResp
IBouncyCastleFactory. createOCSPResp(IOCSPResponse ocspResponse)
Create OCSP Resp wrapper from OCSP Response wrapper.
-