XmlSignatureConfig class

Cấu hình ký XML theo chuẩn XML-DSig

Constructors

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})
const

Properties

canonicalizationMethod String
final
digestMethod String
final
enveloped bool
final
hashCode int
The hash code for this object.
no setterinherited
includeCertificate bool
final
namespaces Map<String, String>?
final
referenceUri String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatureId String?
final
signatureMethod String
final
xpath String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromMap(Map<String, dynamic> map) XmlSignatureConfig