Uses of Interface
com.itextpdf.io.resolver.resource.IAdvancedResourceRetriever
Packages that use IAdvancedResourceRetriever
Package
Description
-
Uses of IAdvancedResourceRetriever in com.itextpdf.io.resolver.resource
Classes in com.itextpdf.io.resolver.resource that implement IAdvancedResourceRetrieverModifier and TypeClassDescriptionclassDefault implementation of theIResourceRetrieverinterface, which can set a limit on the size of retrieved resources using input stream with a limit on the number of bytes read. -
Uses of IAdvancedResourceRetriever in com.itextpdf.signatures
Methods in com.itextpdf.signatures that return IAdvancedResourceRetrieverModifier and TypeMethodDescriptionCrlClientOnline.getResourceRetriever()Gets the resource retriever currently being used in this CRL client.IssuingCertificateRetriever.getResourceRetriever()Gets the resource retriever currently being used in this CA issuer certificates retriever.OcspClientBouncyCastle.getResourceRetriever()Gets the resource retriever currently being used in this OCSP client.Methods in com.itextpdf.signatures with parameters of type IAdvancedResourceRetrieverModifier and TypeMethodDescriptionCrlClientOnline.withResourceRetriever(IAdvancedResourceRetriever resourceRetriever) Sets a resource retriever for this CRL client.IssuingCertificateRetriever.withResourceRetriever(IAdvancedResourceRetriever resourceRetriever) Sets a resource retriever for this CA issuer certificates retriever.OcspClientBouncyCastle.withResourceRetriever(IAdvancedResourceRetriever resourceRetriever) Sets a resource retriever for this OCSP client. -
Uses of IAdvancedResourceRetriever in com.itextpdf.signatures.validation
Method parameters in com.itextpdf.signatures.validation with type arguments of type IAdvancedResourceRetrieverModifier and TypeMethodDescriptionValidatorChainBuilder.withAdvancedResourceRetriever(Supplier<IAdvancedResourceRetriever> resourceRetrieverFactory) Use this factory method to create instances ofIAdvancedResourceRetrieverfor use in the validation chain.