Uses of Interface
com.itextpdf.signatures.IOcspClientBouncyCastle
-
Packages that use IOcspClientBouncyCastle Package Description com.itextpdf.signatures com.itextpdf.signatures.validation -
-
Uses of IOcspClientBouncyCastle in com.itextpdf.signatures
Classes in com.itextpdf.signatures that implement IOcspClientBouncyCastle Modifier and Type Class Description class
OcspClientBouncyCastle
OcspClient implementation using BouncyCastle. -
Uses of IOcspClientBouncyCastle in com.itextpdf.signatures.validation
Fields in com.itextpdf.signatures.validation with type parameters of type IOcspClientBouncyCastle Modifier and Type Field Description private java.util.function.Supplier<IOcspClientBouncyCastle>
ValidatorChainBuilder. ocspClientFactory
Methods in com.itextpdf.signatures.validation that return IOcspClientBouncyCastle Modifier and Type Method Description (package private) IOcspClientBouncyCastle
ValidatorChainBuilder. getOcspClient()
Retrieves the explicitly added or automatically createdIOcspClientBouncyCastle
instance.Method parameters in com.itextpdf.signatures.validation with type arguments of type IOcspClientBouncyCastle Modifier and Type Method Description ValidatorChainBuilder
ValidatorChainBuilder. withOcspClient(java.util.function.Supplier<IOcspClientBouncyCastle> ocspClientFactory)
Use this factory to create instances ofIOcspClientBouncyCastle
for use in the validation chain.
-