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 IOCSPResponseBouncyCastleFactory. 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 IOCSPRespBouncyCastleFactory. 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 classOCSPResponseBCWrapper 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 IOCSPResponseBouncyCastleDefaultFactory. createOCSPResponse(IOCSPResponseStatus respStatus, IResponseBytes responseBytes)Methods in com.itextpdf.bouncycastleconnector with parameters of type IOCSPResponse Modifier and Type Method Description IOCSPRespBouncyCastleDefaultFactory. 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 IOCSPResponseIBouncyCastleFactory. 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 IOCSPRespIBouncyCastleFactory. createOCSPResp(IOCSPResponse ocspResponse)Create OCSP Resp wrapper from OCSP Response wrapper.
-