//kotlin-sdk/fr.gasmartbuilding.gasmartaccessreadersdk/LockReconUtils/signChallenge
signChallenge
[androidJvm]\ fun signChallenge(keyPair: KeyPair, byteArray: ByteArray): ByteArray
Signs a given challenge using the application's private key.
Return
A byte array representing the signed challenge.
Parameters
androidJvm
byteArray | The challenge to be signed. |