Uses of Interface
com.itextpdf.commons.bouncycastle.cert.ocsp.IOCSPResp
-
-
Uses of IOCSPResp in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IOCSPResp Modifier and Type Method Description IOCSPRespBouncyCastleFactory. createOCSPResp()Create OCSP Resp wrapper without parameters.IOCSPRespBouncyCastleFactory. createOCSPResp(byte[] bytes)Create OCSP Resp wrapper frombyte[]value.IOCSPRespBouncyCastleFactory. 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 IOCSPResp Modifier and Type Class Description classOCSPRespBCWrapper class forOCSPResp.Methods in com.itextpdf.bouncycastle.cert.ocsp that return IOCSPResp Modifier and Type Method Description IOCSPRespOCSPRespBuilderBC. build(int i, IBasicOCSPResp basicOCSPResp)Calls actualbuildmethod for the wrapped OCSPRespBuilder object. -
Uses of IOCSPResp in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IOCSPResp Modifier and Type Method Description IOCSPRespBouncyCastleDefaultFactory. createOCSPResp()IOCSPRespBouncyCastleDefaultFactory. createOCSPResp(byte[] bytes)IOCSPRespBouncyCastleDefaultFactory. createOCSPResp(IOCSPResponse ocspResponse) -
Uses of IOCSPResp in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IOCSPResp Modifier and Type Method Description IOCSPRespIBouncyCastleFactory. createOCSPResp()Create OCSP Resp wrapper without parameters.IOCSPRespIBouncyCastleFactory. createOCSPResp(byte[] bytes)Create OCSP Resp wrapper frombyte[]value.IOCSPRespIBouncyCastleFactory. 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 IOCSPResp Modifier and Type Method Description IOCSPRespIOCSPRespBuilder. build(int i, IBasicOCSPResp basicOCSPResp)Calls actualbuildmethod for the wrapped OCSPRespBuilder object. -
Uses of IOCSPResp in com.itextpdf.signatures
Methods in com.itextpdf.signatures that return IOCSPResp Modifier and Type Method Description (package private) IOCSPRespOcspClientBouncyCastle. getOcspResponse(java.security.cert.X509Certificate checkCert, java.security.cert.X509Certificate rootCert, java.lang.String url)Gets an OCSP response object using BouncyCastle.
-