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 TypeClassDescriptionclassOcspClient implementation using BouncyCastle. -
Uses of IOcspClientBouncyCastle in com.itextpdf.signatures.validation
Fields in com.itextpdf.signatures.validation with type parameters of type IOcspClientBouncyCastleModifier and TypeFieldDescriptionprivate Supplier<IOcspClientBouncyCastle> ValidatorChainBuilder.ocspClientFactoryMethods in com.itextpdf.signatures.validation that return IOcspClientBouncyCastleModifier and TypeMethodDescription(package private) IOcspClientBouncyCastleValidatorChainBuilder.getOcspClient()Retrieves the explicitly added or automatically createdIOcspClientBouncyCastleinstance.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 ofIOcspClientBouncyCastlefor use in the validation chain.