getKey

abstract fun getKey(keyNumber: Int): ByteArray?

Retrieves the key associated with the given key number.

Return

The key as a byte array, or null if not found.

Since

3.2.0

Parameters

keyNumber

The number of the key requested.