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 classOcspClientBouncyCastleOcspClient 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. ocspClientFactoryMethods in com.itextpdf.signatures.validation that return IOcspClientBouncyCastle Modifier and Type Method Description (package private) IOcspClientBouncyCastleValidatorChainBuilder. getOcspClient()Retrieves the explicitly added or automatically createdIOcspClientBouncyCastleinstance.Method parameters in com.itextpdf.signatures.validation with type arguments of type IOcspClientBouncyCastle Modifier and Type Method Description ValidatorChainBuilderValidatorChainBuilder. withOcspClient(java.util.function.Supplier<IOcspClientBouncyCastle> ocspClientFactory)Use this factory to create instances ofIOcspClientBouncyCastlefor use in the validation chain.
-