Chilkat HOME .NET Core C# Android™ AutoIt C C# C++ Chilkat2-Python CkPython Classic ASP DataFlex Delphi ActiveX Delphi DLL Go Java Lianja Mono C# Node.js Objective-C PHP ActiveX PHP Extension Perl PowerBuilder PowerShell PureBasic Ruby SQL Server Swift 2 Swift 3,4,5... Tcl Unicode C Unicode C++ VB.NET VBScript Visual Basic 6.0 Visual FoxPro Xojo Plugin
(Swift 3,4,5...) TicketBAI Sign XML Example 1See more TicketBAI ExamplesFirst example to demonstrate how to sign XML for TicketBAI.
func chilkatTest() { // This example requires the Chilkat API to have been previously unlocked. // See Global Unlock Sample for sample code. var success: Bool = true // Create the XML to be signed... let xmlToSign = CkoXml()! xmlToSign.tag = "T:TicketBai" xmlToSign.addAttribute("xmlns:T", value: "urn:ticketbai:emision") xmlToSign.updateChildContent("Cabecera|IDVersionTBAI", value: "1.2") xmlToSign.updateChildContent("Sujetos|Emisor|NIF", value: "79732487C") xmlToSign.updateChildContent("Sujetos|Emisor|ApellidosNombreRazonSocial", value: "ARRIOLA LEJARDI ANE") xmlToSign.updateChildContent("Sujetos|Destinatarios|IDDestinatario|NIF", value: "B00000034") xmlToSign.updateChildContent("Sujetos|Destinatarios|IDDestinatario|ApellidosNombreRazonSocial", value: "CONSULTORIA GALDETU") xmlToSign.updateChildContent("Factura|CabeceraFactura|SerieFactura", value: "A2022") xmlToSign.updateChildContent("Factura|CabeceraFactura|NumFactura", value: "0399") xmlToSign.updateChildContent("Factura|CabeceraFactura|FechaExpedicionFactura", value: "06-05-2022") xmlToSign.updateChildContent("Factura|CabeceraFactura|HoraExpedicionFactura", value: "10:30:28") xmlToSign.updateChildContent("Factura|DatosFactura|DescripcionFactura", value: "Venta Fotocopistera") xmlToSign.updateChildContent("Factura|DatosFactura|ImporteTotalFactura", value: "31.46") xmlToSign.updateChildContent("Factura|DatosFactura|Claves|IDClave|ClaveRegimenIvaOpTrascendencia", value: "01") xmlToSign.updateChildContent("Factura|TipoDesglose|DesgloseFactura|Sujeta|NoExenta|DetalleNoExenta|TipoNoExenta", value: "S1") xmlToSign.updateChildContent("Factura|TipoDesglose|DesgloseFactura|Sujeta|NoExenta|DetalleNoExenta|DesgloseIVA|DetalleIVA|BaseImponible", value: "26.00") xmlToSign.updateChildContent("Factura|TipoDesglose|DesgloseFactura|Sujeta|NoExenta|DetalleNoExenta|DesgloseIVA|DetalleIVA|TipoImpositivo", value: "21.00") xmlToSign.updateChildContent("Factura|TipoDesglose|DesgloseFactura|Sujeta|NoExenta|DetalleNoExenta|DesgloseIVA|DetalleIVA|CuotaImpuesto", value: "5.46") xmlToSign.updateChildContent("HuellaTBAI|EncadenamientoFacturaAnterior|SerieFacturaAnterior", value: "A2022") xmlToSign.updateChildContent("HuellaTBAI|EncadenamientoFacturaAnterior|NumFacturaAnterior", value: "0398") xmlToSign.updateChildContent("HuellaTBAI|EncadenamientoFacturaAnterior|FechaExpedicionFacturaAnterior", value: "05-05-2022") xmlToSign.updateChildContent("HuellaTBAI|EncadenamientoFacturaAnterior|SignatureValueFirmaFacturaAnterior", value: "KwXaQec65SKpVP7EU9o4nUXOx7SAftIToFsxH+2j2tXPXhpBUnS26dhdSpiMl2DlTuqRsFdZfWyYazaGHgSRQHZZAnFtpbi4BeMk") xmlToSign.updateChildContent("HuellaTBAI|Software|LicenciaTBAI", value: "TBAIPRUEBA") xmlToSign.updateChildContent("HuellaTBAI|Software|EntidadDesarrolladora|NIF", value: "A48119820") xmlToSign.updateChildContent("HuellaTBAI|Software|Nombre", value: "DFBTBAI") xmlToSign.updateChildContent("HuellaTBAI|Software|Version", value: "1.04.00") xmlToSign.updateChildContent("HuellaTBAI|NumSerieDispositivo", value: "GP4FC5J") let gen = CkoXmlDSigGen()! gen.sigLocation = "T:TicketBai" gen.sigLocationMod = 0 gen.sigId = "Signature-63c35f38-2b5f-4600-b3da-3ddee86d62b3-Signature" gen.sigNamespacePrefix = "ds" gen.sigNamespaceUri = "http://www.w3.org/2000/09/xmldsig#" gen.sigValueId = "Signature-63c35f38-2b5f-4600-b3da-3ddee86d62b3-SignatureValue" gen.signedInfoCanonAlg = "C14N" gen.signedInfoDigestMethod = "sha256" // Set the KeyInfoId before adding references.. gen.keyInfoId = "Signature-63c35f38-2b5f-4600-b3da-3ddee86d62b3-KeyInfo" // Create an Object to be added to the Signature. let object1 = CkoXml()! object1.tag = "xades:QualifyingProperties" object1.addAttribute("xmlns:xades", value: "http://uri.etsi.org/01903/v1.3.2#") object1.addAttribute("Id", value: "Signature-63c35f38-2b5f-4600-b3da-3ddee86d62b3-QualifyingProperties") object1.addAttribute("Target", value: "#Signature-63c35f38-2b5f-4600-b3da-3ddee86d62b3-Signature") object1.addAttribute("xmlns:ds", value: "http://www.w3.org/2000/09/xmldsig#") object1.updateAttr(at: "xades:SignedProperties", autoCreate: true, attrName: "Id", attrValue: "Signature-63c35f38-2b5f-4600-b3da-3ddee86d62b3-SignedProperties") object1.updateChildContent("xades:SignedProperties|xades:SignedSignatureProperties|xades:SigningTime", value: "TO BE GENERATED BY CHILKAT") object1.updateAttr(at: "xades:SignedProperties|xades:SignedSignatureProperties|xades:SigningCertificate|xades:Cert|xades:CertDigest|ds:DigestMethod", autoCreate: true, attrName: "Algorithm", attrValue: "http://www.w3.org/2001/04/xmlenc#sha512") object1.updateChildContent("xades:SignedProperties|xades:SignedSignatureProperties|xades:SigningCertificate|xades:Cert|xades:CertDigest|ds:DigestValue", value: "TO BE GENERATED BY CHILKAT") object1.updateChildContent("xades:SignedProperties|xades:SignedSignatureProperties|xades:SigningCertificate|xades:Cert|xades:IssuerSerial|ds:X509IssuerName", value: "TO BE GENERATED BY CHILKAT") object1.updateChildContent("xades:SignedProperties|xades:SignedSignatureProperties|xades:SigningCertificate|xades:Cert|xades:IssuerSerial|ds:X509SerialNumber", value: "TO BE GENERATED BY CHILKAT") object1.updateChildContent("xades:SignedProperties|xades:SignedSignatureProperties|xades:SignaturePolicyIdentifier|xades:SignaturePolicyId|xades:SigPolicyId|xades:Identifier", value: "https://www.batuz.eus/fitxategiak/batuz/ticketbai/sinadura_elektronikoaren_zehaztapenak_especificaciones_de_la_firma_electronica_v1_0.pdf") object1.updateChildContent("xades:SignedProperties|xades:SignedSignatureProperties|xades:SignaturePolicyIdentifier|xades:SignaturePolicyId|xades:SigPolicyId|xades:Description", value: "") object1.updateAttr(at: "xades:SignedProperties|xades:SignedSignatureProperties|xades:SignaturePolicyIdentifier|xades:SignaturePolicyId|xades:SigPolicyHash|ds:DigestMethod", autoCreate: true, attrName: "Algorithm", attrValue: "http://www.w3.org/2001/04/xmlenc#sha256") object1.updateChildContent("xades:SignedProperties|xades:SignedSignatureProperties|xades:SignaturePolicyIdentifier|xades:SignaturePolicyId|xades:SigPolicyHash|ds:DigestValue", value: "Quzn98x3PMbSHwbUzaj5f5KOpiH0u8bvmwbbbNkO9Es=") object1.updateChildContent("xades:SignedProperties|xades:SignedSignatureProperties|xades:SignaturePolicyIdentifier|xades:SignaturePolicyId|xades:SigPolicyQualifiers|xades:SigPolicyQualifier|xades:SPURI", value: "https://www.batuz.eus/fitxategiak/batuz/ticketbai/sinadura_elektronikoaren_zehaztapenak_especificaciones_de_la_firma_electronica_v1_0.pdf") object1.updateAttr(at: "xades:SignedProperties|xades:SignedDataObjectProperties|xades:DataObjectFormat", autoCreate: true, attrName: "ObjectReference", attrValue: "#Reference-7e6f3481-4acc-47de-90fd-67878ad15e8e") object1.updateChildContent("xades:SignedProperties|xades:SignedDataObjectProperties|xades:DataObjectFormat|xades:Description", value: "") object1.updateAttr(at: "xades:SignedProperties|xades:SignedDataObjectProperties|xades:DataObjectFormat|xades:ObjectIdentifier|xades:Identifier", autoCreate: true, attrName: "Qualifier", attrValue: "OIDAsURN") object1.updateChildContent("xades:SignedProperties|xades:SignedDataObjectProperties|xades:DataObjectFormat|xades:ObjectIdentifier|xades:Identifier", value: "urn:oid:1.2.840.10003.5.109.10") object1.updateChildContent("xades:SignedProperties|xades:SignedDataObjectProperties|xades:DataObjectFormat|xades:ObjectIdentifier|xades:Description", value: "") object1.updateChildContent("xades:SignedProperties|xades:SignedDataObjectProperties|xades:DataObjectFormat|xades:MimeType", value: "text/xml") object1.updateChildContent("xades:SignedProperties|xades:SignedDataObjectProperties|xades:DataObjectFormat|xades:Encoding", value: "") gen.addObject("", content: object1.getXml(), mimeType: "", encoding: "") // -------- Reference 1 -------- gen.addSameDocRef("", digestMethod: "sha512", canonMethod: "C14N", prefixList: "", refType: "http://www.w3.org/2000/09/xmldsig#Object") gen.setRefIdAttr("", value: "Reference-7e6f3481-4acc-47de-90fd-67878ad15e8e") // -------- Reference 2 -------- gen.addObjectRef("Signature-63c35f38-2b5f-4600-b3da-3ddee86d62b3-SignedProperties", digestMethod: "sha512", canonMethod: "", prefixList: "", refType: "http://uri.etsi.org/01903#SignedProperties") // -------- Reference 3 -------- gen.addSameDocRef("Signature-63c35f38-2b5f-4600-b3da-3ddee86d62b3-KeyInfo", digestMethod: "sha512", canonMethod: "", prefixList: "", refType: "") // Provide a certificate + private key. (PFX password is test123) let cert = CkoCert()! success = cert.loadPfxFile("qa_data/pfx/cert_test123.pfx", password: "test123") if success != true { print("\(cert.lastErrorText!)") return } gen.setX509Cert(cert, usePrivateKey: true) gen.keyInfoType = "X509Data+KeyValue" gen.x509Type = "Certificate" // Load XML to be signed... let sbXml = CkoStringBuilder()! xmlToSign.getSb(sbXml) gen.behaviors = "TransformSignatureXPath" // Sign the XML... success = gen.createXmlDSigSb(sbXml) if success != true { print("\(gen.lastErrorText!)") return } // ----------------------------------------------- // Save the signed XML to a file. success = sbXml.writeFile("qa_output/signedXml_1.xml", charset: "utf-8", emitBom: false) print("\(sbXml.getAsString()!)") // ---------------------------------------- // Verify the signatures we just produced... let verifier = CkoXmlDSig()! success = verifier.loadSignatureSb(sbXml) if success != true { print("\(verifier.lastErrorText!)") return } var numSigs: Int = verifier.numSignatures.intValue var verifyIdx: Int = 0 while verifyIdx < numSigs { verifier.selector = verifyIdx var verified: Bool = verifier.verifySignature(true) if verified != true { print("\(verifier.lastErrorText!)") return } verifyIdx = verifyIdx + 1 } print("All signatures were successfully verified.") } |
© 2000-2024 Chilkat Software, Inc. All Rights Reserved.