Chilkat Examples

ChilkatHOME.NET Core C#Android™AutoItCC#C++Chilkat2-PythonCkPythonClassic ASPDataFlexDelphi ActiveXDelphi DLLGoJavaLianjaMono C#Node.jsObjective-CPHP ActiveXPHP ExtensionPerlPowerBuilderPowerShellPureBasicRubySQL ServerSwift 2Swift 3,4,5...TclUnicode CUnicode C++VB.NETVBScriptVisual Basic 6.0Visual FoxProXojo Plugin

PowerBuilder Examples

Web API Categories

ASN.1
AWS KMS
AWS Misc
Amazon EC2
Amazon Glacier
Amazon S3
Amazon S3 (new)
Amazon SES
Amazon SNS
Amazon SQS
Async
Azure Cloud Storage
Azure Key Vault
Azure Service Bus
Azure Table Service
Base64
Bounced Email
Box
CAdES
CSR
CSV
Certificates
Code Signing
Compression
DKIM / DomainKey
DNS
DSA
Diffie-Hellman
Digital Signatures
Dropbox
Dynamics CRM
EBICS
ECC
Ed25519
Email Object
Encryption
FTP
FileAccess
Firebase
GMail REST API
GMail SMTP/IMAP/POP
Geolocation
Google APIs
Google Calendar
Google Cloud SQL
Google Cloud Storage
Google Drive
Google Photos
Google Sheets
Google Tasks
Gzip
HTML-to-XML/Text
HTTP

HTTP Misc
IMAP
JSON
JSON Web Encryption (JWE)
JSON Web Signatures (JWS)
JSON Web Token (JWT)
Java KeyStore (JKS)
MHT / HTML Email
MIME
MS Storage Providers
Microsoft Graph
Misc
NTLM
OAuth1
OAuth2
OIDC
Office365
OneDrive
OpenSSL
Outlook
Outlook Calendar
Outlook Contact
PDF Signatures
PEM
PFX/P12
PKCS11
POP3
PRNG
REST
REST Misc
RSA
SCP
SCard
SFTP
SMTP
SSH
SSH Key
SSH Tunnel
ScMinidriver
SharePoint
SharePoint Online
Signing in the Cloud
Socket/SSL/TLS
Spider
Stream
Tar Archive
ULID/UUID
Upload
WebSocket
XAdES
XML
XML Digital Signatures
XMP
Zip
curl
uncategorized

 

 

 

(PowerBuilder) Create Enveloping XML Digital Signature

This example creates an enveloping digital signature.
An enveloping signature is where the signed data is contained within the Signature within an Object element.
This example signs non-XML text data where the XML signature constitutes the entire output.

Chilkat ActiveX Downloads

ActiveX for 32-bit and 64-bit Windows

integer li_rc
oleobject loo_Http
oleobject loo_ZipFile
string ls_KeyUrl
integer li_Success
oleobject loo_Zip
oleobject loo_ZipEntry
oleobject loo_EcKey
oleobject loo_Gen
oleobject loo_SbContent
oleobject loo_SbXml

// This example requires the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.

// Let's use the ECDSA private key at https://www.chilkatsoft.com/exampleData/secp256r1-key.zip
// for signing.
loo_Http = create oleobject
li_rc = loo_Http.ConnectToNewObject("Chilkat_9_5_0.Http")
if li_rc < 0 then
    destroy loo_Http
    MessageBox("Error","Connecting to COM object failed")
    return
end if
loo_ZipFile = create oleobject
li_rc = loo_ZipFile.ConnectToNewObject("Chilkat_9_5_0.BinData")

ls_KeyUrl = "https://www.chilkatsoft.com/exampleData/secp256r1-key.zip"

li_Success = loo_Http.QuickGetBd(ls_KeyUrl,loo_ZipFile)
if li_Success <> 1 then
    Write-Debug loo_Http.LastErrorText
    destroy loo_Http
    destroy loo_ZipFile
    return
end if

loo_Zip = create oleobject
li_rc = loo_Zip.ConnectToNewObject("Chilkat_9_5_0.Zip")

li_Success = loo_Zip.OpenBd(loo_ZipFile)
loo_ZipEntry = loo_Zip.FirstMatchingEntry("*.pem")
loo_EcKey = create oleobject
li_rc = loo_EcKey.ConnectToNewObject("Chilkat_9_5_0.PrivateKey")

li_Success = loo_EcKey.LoadPem(loo_ZipEntry.UnzipToString(0,"utf-8"))
if li_Success <> 1 then
    Write-Debug loo_EcKey.LastErrorText
    destroy loo_ZipEntry
    destroy loo_Http
    destroy loo_ZipFile
    destroy loo_Zip
    destroy loo_EcKey
    return
end if

destroy loo_ZipEntry

// ----------------------------------------------------------------------------
loo_Gen = create oleobject
li_rc = loo_Gen.ConnectToNewObject("Chilkat_9_5_0.XmlDSigGen")

// Provide the ECDSA key to the XML Digital Signature generator
loo_Gen.SetPrivateKey(loo_EcKey)

// Add an enveloped reference to the content to be signed.
loo_SbContent = create oleobject
li_rc = loo_SbContent.ConnectToNewObject("Chilkat_9_5_0.StringBuilder")

loo_SbContent.Append("This is the content that is signed.")
loo_Gen.AddEnvelopedRef("abc123",loo_SbContent,"sha256","C14N","")

// Generate the XML digital signature.
// Notice that in other examples, the sbXml passed to CreateXmlDSigSb
// already contains XML, and the XML signature is inserted at the location
// specified by the SigLocation property.  In this case, both SigLocation
// and sbXml are empty.  The result is that sbXml will contain just the Signature.
loo_SbXml = create oleobject
li_rc = loo_SbXml.ConnectToNewObject("Chilkat_9_5_0.StringBuilder")

li_Success = loo_Gen.CreateXmlDSigSb(loo_SbXml)
if li_Success <> 1 then
    Write-Debug loo_Gen.LastErrorText
    destroy loo_Http
    destroy loo_ZipFile
    destroy loo_Zip
    destroy loo_EcKey
    destroy loo_Gen
    destroy loo_SbContent
    destroy loo_SbXml
    return
end if

// Examine the enveloped signature, where the data is contained within the XML Signature
Write-Debug loo_SbXml.GetAsString()

// The Signature returned is compact and in a single line, like this:
// <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#"><ds:SignedInfo><ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/><ds:SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha256"/><ds:Reference URI="#abc123"><ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/><ds:DigestValue>tEVrbXXjeTXjF3tIojul4/sgeEGN49E1dxr/GMs8GNE=</ds:DigestValue></ds:Reference></ds:SignedInfo><ds:SignatureValue>/pILUshwrzgdGc4bPgp85TDfbUiM9pn8EIPNRVWKuoVEtPsv4XRthUrv9aDDvajmyl2okLwTakANgtaxO1ULMw==</ds:SignatureValue><ds:KeyInfo><ds:KeyValue><ds:ECKeyValue xmlns="http://www.w3.org/2009/xmldsig11#"><ds:NamedCurve URI="urn:oid:1.2.840.10045.3.1.7" /><ds:PublicKey>BOVKaiLPKEDChhkA64UEBOXTv/VFHnhrUPN+bXqCvEl7rroAYpH5tKzbiGTtMSlp4JO9Pxg44zeX7EoWDvOrpD0=</ds:PublicKey></ds:ECKeyValue></ds:KeyValue></ds:KeyInfo><ds:Object Id="abc123">This is the content that is signed.</ds:Object></ds:Signature>

// XML pretty-printed, the signature is as follows, but pretty-printing introductes whitespace that breaks the signature..

// <?xml version="1.0" encoding="utf-8" ?>
// <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
//     <ds:SignedInfo>
//         <ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" />
//         <ds:SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha256" />
//         <ds:Reference URI="#abc123">
//             <ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256" />
//             <ds:DigestValue>tEVrbXXjeTXjF3tIojul4/sgeEGN49E1dxr/GMs8GNE=</ds:DigestValue>
//         </ds:Reference>
//     </ds:SignedInfo>
//     <ds:SignatureValue>/pILUshwrzgdGc4bPgp85TDfbUiM9pn8EIPNRVWKuoVEtPsv4XRthUrv9aDDvajmyl2okLwTakANgtaxO1ULMw==</ds:SignatureValue>
//     <ds:KeyInfo>
//         <ds:KeyValue>
//             <ds:ECKeyValue xmlns="http://www.w3.org/2009/xmldsig11#">
//                 <ds:NamedCurve URI="urn:oid:1.2.840.10045.3.1.7" />
//                 <ds:PublicKey>BOVKaiLPKEDChhkA64UEBOXTv/VFHnhrUPN+bXqCvEl7rroAYpH5tKzbiGTtMSlp4JO9Pxg44zeX7EoWDvOrpD0=</ds:PublicKey>
//             </ds:ECKeyValue>
//         </ds:KeyValue>
//     </ds:KeyInfo>
//     <ds:Object Id="abc123">This is the content that is signed.</ds:Object>
// </ds:Signature>
// 


destroy loo_Http
destroy loo_ZipFile
destroy loo_Zip
destroy loo_EcKey
destroy loo_Gen
destroy loo_SbContent
destroy loo_SbXml

 

© 2000-2024 Chilkat Software, Inc. All Rights Reserved.