get Sensor Public Key
abstract suspend fun getSensorPublicKey(updateProgress: suspend (progress: Progress) -> Unit = {}): ByteArray
Get sensor's public encryption key.
Return
Public encryption key as array of bytes
Parameters
update Progress
Progress of the operation