Uses of Interface
xades4j.providers.SignaturePolicyInfoProvider

Packages that use SignaturePolicyInfoProvider
xades4j.production Support for signature production. 
xades4j.utils Utility classes used in the library, which may also be usefull outside. 
 

Uses of SignaturePolicyInfoProvider in xades4j.production
 

Methods in xades4j.production with parameters of type SignaturePolicyInfoProvider
 XadesTSigningProfile XadesTSigningProfile.withPolicyProvider(SignaturePolicyInfoProvider policyInfoProvider)
           
 

Method parameters in xades4j.production with type arguments of type SignaturePolicyInfoProvider
 XadesTSigningProfile XadesTSigningProfile.withPolicyProvider(Class<? extends SignaturePolicyInfoProvider> policyInfoProviderClass)
           
 

Constructors in xades4j.production with parameters of type SignaturePolicyInfoProvider
XadesEpesSigningProfile(KeyingDataProvider keyingProvider, SignaturePolicyInfoProvider policyInfoProvider)
           
 

Constructor parameters in xades4j.production with type arguments of type SignaturePolicyInfoProvider
XadesEpesSigningProfile(Class<? extends KeyingDataProvider> keyingProviderClass, Class<? extends SignaturePolicyInfoProvider> policyInfoProviderClass)
           
XadesEpesSigningProfile(KeyingDataProvider keyingProvider, Class<? extends SignaturePolicyInfoProvider> policyInfoProviderClass)
           
 

Uses of SignaturePolicyInfoProvider in xades4j.utils
 

Methods in xades4j.utils with parameters of type SignaturePolicyInfoProvider
static void PropertiesUtils.addXadesEpesProperties(Collection<SignedSignatureProperty> ssp, SignaturePolicyInfoProvider policyInfoProvider)
           
 



Copyright © 2012. All Rights Reserved.