Uses of Interface
com.itextpdf.commons.bouncycastle.cert.ocsp.IRespID
-
Packages that use IRespID Package Description com.itextpdf.bouncycastle com.itextpdf.bouncycastle.cert.ocsp com.itextpdf.bouncycastleconnector com.itextpdf.commons.bouncycastle -
-
Uses of IRespID in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IRespID Modifier and Type Method Description IRespID
BouncyCastleFactory. createRespID(IX500Name x500Name)
Create resp ID wrapper from X500 Name wrapper.Methods in com.itextpdf.bouncycastle with parameters of type IRespID Modifier and Type Method Description IBasicOCSPRespBuilder
BouncyCastleFactory. createBasicOCSPRespBuilder(IRespID respID)
Create basic OCSP Resp builder wrapper from resp ID wrapper. -
Uses of IRespID in com.itextpdf.bouncycastle.cert.ocsp
Classes in com.itextpdf.bouncycastle.cert.ocsp that implement IRespID Modifier and Type Class Description class
RespIDBC
Wrapper class forRespID
.Constructors in com.itextpdf.bouncycastle.cert.ocsp with parameters of type IRespID Constructor Description BasicOCSPRespBuilderBC(IRespID respID)
Creates new wrapper instance forBasicOCSPRespBuilder
. -
Uses of IRespID in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IRespID Modifier and Type Method Description IRespID
BouncyCastleDefaultFactory. createRespID(IX500Name x500Name)
Methods in com.itextpdf.bouncycastleconnector with parameters of type IRespID Modifier and Type Method Description IBasicOCSPRespBuilder
BouncyCastleDefaultFactory. createBasicOCSPRespBuilder(IRespID respID)
-
Uses of IRespID in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IRespID Modifier and Type Method Description IRespID
IBouncyCastleFactory. createRespID(IX500Name x500Name)
Create resp ID wrapper from X500 Name wrapper.Methods in com.itextpdf.commons.bouncycastle with parameters of type IRespID Modifier and Type Method Description IBasicOCSPRespBuilder
IBouncyCastleFactory. createBasicOCSPRespBuilder(IRespID respID)
Create basic OCSP Resp builder wrapper from resp ID wrapper.
-