Skip to main content

exportIso

Exports the signature as an ISO format. The format depends on the passed parameter type.

Parameters
IsoType -  The possible values are:
Module.IsoType.ISO19794_7_2007_BINARY – exports the signature as binary ISO19794_7 2007 format
Module.IsoType.ISO19785_3_2015_XML – exports the signature as xml ISO19785_3 2015 format
Module.IsoType.ISO19794_7_2007_ENCRYPTED_BINARY – exports the signature as ISO19794_7 2007 format encrypted as binary.
Module.IsoType.ISO19794_7_2007_ENCRYPTED_TEXT – exports the signature as ISO19794_7 2007 encrypted as text.
Module.IsoType.ISO19794_7_2014_BINARY – exports the signature as binary ISO19794_7 2014 format
Module.IsoType.ISO19794_7_2014_ENCRYPTED_BINARY – exports the signature as ISO19794_7 2014 format encrypted as binary.
Module.IsoType.ISO19794_7_2014_ENCRYPTED_TEXT – exports the signature as ISO19794_7 2014 encrypted as text.
Module.IsoType.ISO19794_7_2021_BINARY – exports the signature as binary ISO19794_7 2021 format
Module.IsoType.ISO19794_7_2021_ENCRYPTED_BINARY – exports the signature as ISO19794_7 2021 format encrypted as binary.
Module.IsoType.ISO19794_7_2021_ENCRYPTED_TEXT – exports the signature as ISO19794_7 2021 encrypted as text.
Return values
The signature as the defined type ISO