einvoicesign 1.0.1
einvoicesign: ^1.0.1 copied to clipboard
UBL 2.1 XML-DSig enveloped signer for Croatian eInvoices (eRačun, Fiscalization 2.0). Exclusive C14N, RSA-SHA256, PKCS#12, no OpenSSL. Byte-compatible with .NET SignedXml.
1.0.1 #
- Shortened the package description (pub.dev conventions).
1.0.0 #
- Initial release: enveloped XML-DSig signing of UBL 2.1 documents (exclusive C14N, RSA-SHA256, PKCS#12 certificates), pure Dart. Built and validated for Croatian eInvoices (eRačun, Fiscalization 2.0).
- CLI (
dart pub global activate einvoicesign) and library API (signInvoiceXml); standalone Windows/Linux binaries viadart compile exe. - Output is byte-compatible with .NET
SignedXmlat the canonical level; the test suite reproduces a .NET-produced reference signature exactly.