KeyProvider

interface KeyProvider

Interface allowing the application to provide authentication keys dynamically.

Since

3.2.0

Functions

Link copied to clipboard
abstract fun getKey(keyNumber: Int): ByteArray?

Retrieves the key associated with the given key number.