XmlSignatureConfig constructor
const
XmlSignatureConfig({
- String? signatureId,
- String canonicalizationMethod = 'http://www.w3.org/TR/2001/REC-xml-c14n-20010315',
- String signatureMethod = 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256',
- String digestMethod = 'http://www.w3.org/2001/04/xmlenc#sha256',
- String? referenceUri,
- Map<
String, String> ? namespaces, - bool includeCertificate = true,
- bool enveloped = true,
- String? xpath,
Implementation
const XmlSignatureConfig({
this.signatureId,
this.canonicalizationMethod = 'http://www.w3.org/TR/2001/REC-xml-c14n-20010315',
this.signatureMethod = 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256',
this.digestMethod = 'http://www.w3.org/2001/04/xmlenc#sha256',
this.referenceUri,
this.namespaces,
this.includeCertificate = true,
this.enveloped = true,
this.xpath,
});