Uses of Class
xades4j.production.XadesSigningProfile

Packages that use XadesSigningProfile
xades4j.production Support for signature production. 
 

Uses of XadesSigningProfile in xades4j.production
 

Subclasses of XadesSigningProfile in xades4j.production
 class XadesBesSigningProfile
          A profile for producing XAdES-BES signatures.
 class XadesCSigningProfile
          A profile for producing XAdES-C signatures.
 class XadesEpesSigningProfile
          A profile for producing XAdES-EPES signatures.
 class XadesTSigningProfile
          A profile for producing XAdES-T signatures.
 

Methods in xades4j.production that return XadesSigningProfile
 XadesSigningProfile XadesSigningProfile.withAlgorithmsProvider(AlgorithmsProvider algsProvider)
           
 XadesSigningProfile XadesSigningProfile.withAlgorithmsProvider(Class<? extends AlgorithmsProvider> algsProviderClass)
           
 XadesSigningProfile XadesSigningProfile.withBasicSignatureOptionsProvider(BasicSignatureOptionsProvider optionsProvider)
           
 XadesSigningProfile XadesSigningProfile.withBasicSignatureOptionsProvider(Class<? extends BasicSignatureOptionsProvider> optionsProvider)
           
<T> XadesSigningProfile
XadesSigningProfile.withBinding(Class<T> from, Class<? extends T> to)
          Adds a type dependency mapping to the profile.
<T> XadesSigningProfile
XadesSigningProfile.withBinding(Class<T> from, T to)
          Adds a instance dependency mapping to the profile.
 XadesSigningProfile XadesSigningProfile.withDataObjectPropertiesProvider(Class<? extends DataObjectPropertiesProvider> dataObjPropsProviderClass)
           
 XadesSigningProfile XadesSigningProfile.withDataObjectPropertiesProvider(DataObjectPropertiesProvider dataObjPropsProvider)
           
 XadesSigningProfile XadesSigningProfile.withDigestEngineProvider(Class<? extends MessageDigestEngineProvider> digestProviderClass)
           
 XadesSigningProfile XadesSigningProfile.withDigestEngineProvider(MessageDigestEngineProvider digestProvider)
           
<TProp extends QualifyingProperty>
XadesSigningProfile
XadesSigningProfile.withPropertyDataObjectGenerator(Class<TProp> propClass, Class<? extends PropertyDataObjectGenerator<TProp>> propDataGenClass)
           
<TProp extends QualifyingProperty>
XadesSigningProfile
XadesSigningProfile.withPropertyDataObjectGenerator(Class<TProp> propClass, PropertyDataObjectGenerator<TProp> propDataGen)
           
 XadesSigningProfile XadesSigningProfile.withSignaturePropertiesProvider(Class<? extends SignaturePropertiesProvider> signaturePropsProvClass)
           
 XadesSigningProfile XadesSigningProfile.withSignaturePropertiesProvider(SignaturePropertiesProvider signaturePropsProv)
           
 XadesSigningProfile XadesSigningProfile.withSignedPropertiesMarshaller(Class<? extends SignedPropertiesMarshaller> sPropsMarshallerClass)
           
 XadesSigningProfile XadesSigningProfile.withSignedPropertiesMarshaller(SignedPropertiesMarshaller sPropsMarshaller)
           
 XadesSigningProfile XadesSigningProfile.withTimeStampTokenProvider(Class<? extends TimeStampTokenProvider> tsTokenProviderClass)
           
 XadesSigningProfile XadesSigningProfile.withTimeStampTokenProvider(TimeStampTokenProvider tsTokenProvider)
           
 XadesSigningProfile XadesSigningProfile.withUnsignedPropertiesMarshaller(Class<? extends UnsignedPropertiesMarshaller> uPropsMarshallerClass)
           
 XadesSigningProfile XadesSigningProfile.withUnsignedPropertiesMarshaller(UnsignedPropertiesMarshaller uPropsMarshaller)
           
 



Copyright © 2012. All Rights Reserved.