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 createdLotlTrustedStoreinstance.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 forLotlTrustedStorecreation. -
Uses of LotlTrustedStore in com.itextpdf.signatures.validation.lotl
Methods in com.itextpdf.signatures.validation.lotl that return LotlTrustedStoreModifier and TypeMethodDescriptionLotlTrustedStore.setPreviousCertificates(List<X509Certificate> previousCertificates) Sets the certificate chain, corresponding to the certificate we are about to check.