KeyGenerator

Generates new cryptographic keys of type K.

Functions

Link copied to clipboard
open suspend fun generateKey(): K

Generates a new key and returns it.

Link copied to clipboard
abstract fun generateKeyBlocking(): K

Generates a new key and returns it.