Uses of Interface
com.itextpdf.commons.bouncycastle.cert.ocsp.IOCSPResp
Package
Description
-
Uses of IOCSPResp in com.itextpdf.bouncycastle
Modifier and TypeMethodDescriptionBouncyCastleFactory.createOCSPResp()
Create OCSP Resp wrapper without parameters.BouncyCastleFactory.createOCSPResp
(byte[] bytes) Create OCSP Resp wrapper frombyte[]
value.BouncyCastleFactory.createOCSPResp
(IOCSPResponse ocspResponse) Create OCSP Resp wrapper from OCSP Response wrapper. -
Uses of IOCSPResp in com.itextpdf.bouncycastle.cert.ocsp
Modifier and TypeMethodDescriptionOCSPRespBuilderBC.build
(int i, IBasicOCSPResp basicOCSPResp) Calls actualbuild
method for the wrapped OCSPRespBuilder object. -
Uses of IOCSPResp in com.itextpdf.bouncycastlefips
Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createOCSPResp()
Create OCSP Resp wrapper without parameters.BouncyCastleFipsFactory.createOCSPResp
(byte[] bytes) Create OCSP Resp wrapper frombyte[]
value.BouncyCastleFipsFactory.createOCSPResp
(IOCSPResponse ocspResponse) Create OCSP Resp wrapper from OCSP Response wrapper. -
Uses of IOCSPResp in com.itextpdf.bouncycastlefips.cert.ocsp
Modifier and TypeMethodDescriptionOCSPRespBuilderBCFips.build
(int i, IBasicOCSPResp basicOCSPResp) Calls actualbuild
method for the wrapped OCSPRespBuilder object. -
Uses of IOCSPResp in com.itextpdf.commons.bouncycastle
Modifier and TypeMethodDescriptionIBouncyCastleFactory.createOCSPResp()
Create OCSP Resp wrapper without parameters.IBouncyCastleFactory.createOCSPResp
(byte[] bytes) Create OCSP Resp wrapper frombyte[]
value.IBouncyCastleFactory.createOCSPResp
(IOCSPResponse ocspResponse) Create OCSP Resp wrapper from OCSP Response wrapper. -
Uses of IOCSPResp in com.itextpdf.commons.bouncycastle.cert.ocsp
Modifier and TypeMethodDescriptionIOCSPRespBuilder.build
(int i, IBasicOCSPResp basicOCSPResp) Calls actualbuild
method for the wrapped OCSPRespBuilder object.