Uses of Interface
com.itextpdf.commons.bouncycastle.cert.ocsp.IOCSPRespBuilder
-
Packages that use IOCSPRespBuilder Package Description com.itextpdf.bouncycastle com.itextpdf.bouncycastle.cert.ocsp com.itextpdf.bouncycastleconnector com.itextpdf.commons.bouncycastle -
-
Uses of IOCSPRespBuilder in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IOCSPRespBuilder Modifier and Type Method Description IOCSPRespBuilder
BouncyCastleFactory. createOCSPRespBuilder()
Create OCSP Resp builder wrapper without parameters.IOCSPRespBuilder
BouncyCastleFactory. createOCSPRespBuilderInstance()
Create OCSP Resp builder wrapper usinggetInstance
call. -
Uses of IOCSPRespBuilder in com.itextpdf.bouncycastle.cert.ocsp
Classes in com.itextpdf.bouncycastle.cert.ocsp that implement IOCSPRespBuilder Modifier and Type Class Description class
OCSPRespBuilderBC
Wrapper class forOCSPRespBuilder
. -
Uses of IOCSPRespBuilder in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IOCSPRespBuilder Modifier and Type Method Description IOCSPRespBuilder
BouncyCastleDefaultFactory. createOCSPRespBuilder()
IOCSPRespBuilder
BouncyCastleDefaultFactory. createOCSPRespBuilderInstance()
-
Uses of IOCSPRespBuilder in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IOCSPRespBuilder Modifier and Type Method Description IOCSPRespBuilder
IBouncyCastleFactory. createOCSPRespBuilder()
Create OCSP Resp builder wrapper without parameters.IOCSPRespBuilder
IBouncyCastleFactory. createOCSPRespBuilderInstance()
Create OCSP Resp builder wrapper usinggetInstance
call.
-