Altova RaptorXML Server 2024

The xmlsignature-sign | xsign command takes an XML document as input and creates an XML signature output document using the specified signing options.

 

raptorxml xmlsignature-sign [options] --output=File --signature-type=Value --signature-canonicalization-method=Value --certname=Value|hmackey=Value InputFile

 

The InputFile argument is the XML document to sign.

The --output option specifies the location of the document that contains the XML signature.

 

Example  

Example of the xmlsignature-sign command:

 

raptorxml xsign --output=c:\SignedFile.xml --signature-type=enveloped --signature-canonicalization-method=xml-c14n11 --hmackey=secretpassword c:\SomeUnsigned.xml

 

 

Options

Options are listed in short form (if available) and long form. You can use one or two dashes for both short and long forms. An option may or may not take a value. If it takes a value, it is written like this: --option=value. Values can be specified without quotes except in two cases: (i) when the value string contains spaces, or (ii) when explicitly stated in the description of the option that quotes are required. If an option takes a Boolean value and no value is specified, then the option's default value is TRUE. Use the --h, --help option to display information about the command.

 

 

© 2017-2023 Altova GmbH