Uses of Interface
com.itextpdf.signatures.IOcspClientBouncyCastle
Packages that use IOcspClientBouncyCastle
-
Uses of IOcspClientBouncyCastle in com.itextpdf.signatures
Classes in com.itextpdf.signatures that implement IOcspClientBouncyCastleModifier and TypeClassDescriptionclass
OcspClient implementation using BouncyCastle. -
Uses of IOcspClientBouncyCastle in com.itextpdf.signatures.validation
Method parameters in com.itextpdf.signatures.validation with type arguments of type IOcspClientBouncyCastleModifier and TypeMethodDescriptionValidatorChainBuilder.withOcspClient
(Supplier<IOcspClientBouncyCastle> ocspClientFactory) Use this factory to create instances ofIOcspClientBouncyCastle
for use in the validation chain.