BALTECH SDK wrapper functions reference

§ brp_Crypto_GetKeySig()

brp_errcode brp_Crypto_GetKeySig ( brp_Crypto_GetKeySig_t  params)

Returns a signature of the ConfigurationKey to identify the MasterCard needed for this reader.

Parameters
[in]paramsStruct with the following fields:
  • protocol used to execute the command
  • KeyIndex (in) Index of key to get the signature from. KeyIndex must be set to 0x00 if a user-defined key, specified in the KeyValue parameter, should be used instead.
  • KeyValue (in) If KeyIndex is set to 0x00, this value specifies the key to get the signature from.
  • KeySignature (out) Unique signature of the desired ConfigurationKey.