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 IOCSPResp
BouncyCastleFactory. createOCSPResp()
Create OCSP Resp wrapper without parameters.IOCSPResp
BouncyCastleFactory. createOCSPResp(byte[] bytes)
Create OCSP Resp wrapper frombyte[]
value.IOCSPResp
BouncyCastleFactory. 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 class
OCSPRespBC
Wrapper class forOCSPResp
.Methods in com.itextpdf.bouncycastle.cert.ocsp that return IOCSPResp Modifier and Type Method Description IOCSPResp
OCSPRespBuilderBC. build(int i, IBasicOCSPResp basicOCSPResp)
Calls actualbuild
method 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 IOCSPResp
BouncyCastleDefaultFactory. createOCSPResp()
IOCSPResp
BouncyCastleDefaultFactory. createOCSPResp(byte[] bytes)
IOCSPResp
BouncyCastleDefaultFactory. 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 IOCSPResp
IBouncyCastleFactory. createOCSPResp()
Create OCSP Resp wrapper without parameters.IOCSPResp
IBouncyCastleFactory. createOCSPResp(byte[] bytes)
Create OCSP Resp wrapper frombyte[]
value.IOCSPResp
IBouncyCastleFactory. 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 IOCSPResp
IOCSPRespBuilder. build(int i, IBasicOCSPResp basicOCSPResp)
Calls actualbuild
method 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) IOCSPResp
OcspClientBouncyCastle. getOcspResponse(java.security.cert.X509Certificate checkCert, java.security.cert.X509Certificate rootCert, java.lang.String url)
Gets an OCSP response object using BouncyCastle.
-