Uses of Class
com.itextpdf.signatures.validation.lotl.LotlTrustedStore
Packages that use LotlTrustedStore
-
Uses of LotlTrustedStore in com.itextpdf.signatures.validation
Methods in com.itextpdf.signatures.validation that return LotlTrustedStoreModifier and TypeMethodDescriptionValidatorChainBuilder.getLotlTrustedStore()
Retrieves explicitly added or automatically createdLotlTrustedStore
instance.Method parameters in com.itextpdf.signatures.validation with type arguments of type LotlTrustedStoreModifier and TypeMethodDescriptionValidatorChainBuilder.withLotlTrustedStoreFactory
(Supplier<LotlTrustedStore> lotlTrustedStoreFactory) Sets up factory which is responsible forLotlTrustedStore
creation.