Skip to main content

ISO

ISO Types Update Notice

Before the release of version 2.1.0, ISO types possessed different names.

Due to some compatibility issues with TypeScript, ISO types have been updated to not use hyphens (-) in identifiers. Users must update their code references accordingly.

Below is the updated list of supported ISO types:

ISO TypeDescription
Module.IsoType.ISO19794_7_2007_BINARYExports the signature as binary in ISO19794_7:2007 format.
Module.IsoType.ISO19785_3_2015_XMLExports the signature as XML in ISO19785_3:2015 format.
Module.IsoType.ISO19794_7_2007_ENCRYPTED_BINARYExports the signature as ISO19794_7:2007 format encrypted as binary.
Module.IsoType.ISO19794_7_2007_ENCRYPTED_TEXTExports the signature as ISO19794_7:2007 format encrypted as text.
Module.IsoType.ISO19794_7_2014_BINARYExports the signature as binary in ISO19794_7:2014 format.
Module.IsoType.ISO19794_7_2014_ENCRYPTED_BINARYExports the signature as ISO19794_7:2014 format encrypted as binary.
Module.IsoType.ISO19794_7_2014_ENCRYPTED_TEXTExports the signature as ISO19794_7:2014 format encrypted as text.
Module.IsoType.ISO19794_7_2021_BINARYExports the signature as binary in ISO19794_7:2021 format.
Module.IsoType.ISO19794_7_2021_ENCRYPTED_BINARYExports the signature as ISO19794_7:2021 format encrypted as binary.
Module.IsoType.ISO19794_7_2021_ENCRYPTED_TEXTExports the signature as ISO19794_7:2021 format encrypted as text.

If any of the previous ISO type identifiers are being used, users should update their code to reflect the new Module.IsoType names.