Uses of Interface
xades4j.providers.ValidationDataProvider

Packages that use ValidationDataProvider
xades4j.production Support for signature production. 
xades4j.providers.impl Implementations (default and other) of the different providers. 
 

Uses of ValidationDataProvider in xades4j.production
 

Constructors in xades4j.production with parameters of type ValidationDataProvider
XadesCSigningProfile(Class<? extends KeyingDataProvider> keyingProviderClass, ValidationDataProvider validationDataProv)
           
XadesCSigningProfile(KeyingDataProvider keyingProvider, ValidationDataProvider validationDataProv)
           
 

Constructor parameters in xades4j.production with type arguments of type ValidationDataProvider
XadesCSigningProfile(Class<? extends KeyingDataProvider> keyingProviderClass, Class<? extends ValidationDataProvider> validationDataProvClass)
           
XadesCSigningProfile(KeyingDataProvider keyingProvider, Class<? extends ValidationDataProvider> validationDataProvClass)
           
 

Uses of ValidationDataProvider in xades4j.providers.impl
 

Classes in xades4j.providers.impl that implement ValidationDataProvider
 class ValidationDataFromCertValidationProvider
          An implementation of ValidationDataProvider that obtains the validation data by validating the certificate.
 



Copyright © 2012. All Rights Reserved.