Uses of Class
com.itextpdf.signatures.validation.TrustedCertificatesStore
 
     
      Packages that use TrustedCertificatesStore
     
 
      
     -  
        
Uses of TrustedCertificatesStore in com.itextpdf.signatures
Methods in com.itextpdf.signatures that return TrustedCertificatesStoreModifier and TypeMethodDescriptionIssuingCertificateRetriever.getTrustedCertificatesStore()GetsTrustedCertificatesStoreto be used to provide more complex trusted certificates configuration. -  
        
Uses of TrustedCertificatesStore in com.itextpdf.signatures.validation.lotl
Method parameters in com.itextpdf.signatures.validation.lotl with type arguments of type TrustedCertificatesStoreModifier and TypeMethodDescriptionLotlService.withXmlSignatureValidator(Function<TrustedCertificatesStore, XmlSignatureValidator> xmlSignatureValidatorFactory) Sets up factory which is responsible forXmlSignatureValidatorcreation.Constructors in com.itextpdf.signatures.validation.lotl with parameters of type TrustedCertificatesStoreModifierConstructorDescriptionprotectedXmlSignatureValidator(TrustedCertificatesStore trustedCertificatesStore) CreatesXmlSignatureValidatorinstance.