xades4j.production
Class XadesCSigningProfile
java.lang.Object
xades4j.production.XadesSigningProfile
xades4j.production.XadesTSigningProfile
xades4j.production.XadesCSigningProfile
public class XadesCSigningProfile
- extends XadesTSigningProfile
A profile for producing XAdES-C signatures. A KeyingDataProvider and
a ValidationDataProvider have to be supplied.
A SignaturePolicyInfoProvider should be added to produce
a XAdES-C based on XAdES-EPES.
The AttributeCertificateRefs and AttributeRevocationRefs properties
are not supported.
- Author:
- Luís
| Methods inherited from class xades4j.production.XadesSigningProfile |
newSigner, withAlgorithmsProvider, withAlgorithmsProvider, withBasicSignatureOptionsProvider, withBasicSignatureOptionsProvider, withBinding, withBinding, withDataObjectPropertiesProvider, withDataObjectPropertiesProvider, withDigestEngineProvider, withDigestEngineProvider, withPropertyDataObjectGenerator, withPropertyDataObjectGenerator, withSignaturePropertiesProvider, withSignaturePropertiesProvider, withSignedPropertiesMarshaller, withSignedPropertiesMarshaller, withTimeStampTokenProvider, withTimeStampTokenProvider, withUnsignedPropertiesMarshaller, withUnsignedPropertiesMarshaller |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XadesCSigningProfile
public XadesCSigningProfile(KeyingDataProvider keyingProvider,
ValidationDataProvider validationDataProv)
XadesCSigningProfile
public XadesCSigningProfile(KeyingDataProvider keyingProvider,
Class<? extends ValidationDataProvider> validationDataProvClass)
XadesCSigningProfile
public XadesCSigningProfile(Class<? extends KeyingDataProvider> keyingProviderClass,
ValidationDataProvider validationDataProv)
XadesCSigningProfile
public XadesCSigningProfile(Class<? extends KeyingDataProvider> keyingProviderClass,
Class<? extends ValidationDataProvider> validationDataProvClass)
getSignerClass
protected Class<? extends XadesSigner> getSignerClass()
- Overrides:
getSignerClass in class XadesTSigningProfile
Copyright © 2012. All Rights Reserved.