Uses of Interface
xades4j.providers.AlgorithmsProvider

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

Uses of AlgorithmsProvider in xades4j.production
 

Methods in xades4j.production that return AlgorithmsProvider
 AlgorithmsProvider PropertiesDataGenerationContext.getAlgorithmsProvider()
           
 

Methods in xades4j.production with parameters of type AlgorithmsProvider
 XadesSigningProfile XadesSigningProfile.withAlgorithmsProvider(AlgorithmsProvider algsProvider)
           
 XadesFormatExtenderProfile XadesFormatExtenderProfile.withAlgorithmsProvider(AlgorithmsProvider algsProvider)
           
 

Method parameters in xades4j.production with type arguments of type AlgorithmsProvider
 XadesSigningProfile XadesSigningProfile.withAlgorithmsProvider(Class<? extends AlgorithmsProvider> algsProviderClass)
           
 XadesFormatExtenderProfile XadesFormatExtenderProfile.withAlgorithmsProvider(Class<? extends AlgorithmsProvider> algsProviderClass)
           
 

Constructors in xades4j.production with parameters of type AlgorithmsProvider
PropertiesDataGenerationContext(org.apache.xml.security.signature.XMLSignature targetXmlSignature, AlgorithmsProvider algorithmsProvider)
          A simple constructor to be used in when only unsigned signature properties will be processed.
 

Uses of AlgorithmsProvider in xades4j.providers.impl
 

Classes in xades4j.providers.impl that implement AlgorithmsProvider
 class DefaultAlgorithmsProvider
          The default implementation of AlgorithmsProvider.
 



Copyright © 2012. All Rights Reserved.