exportSoftwareKeyMaterial

abstract suspend fun exportSoftwareKeyMaterial(key: Key): ByteArray

Exports serialized JWK material from a software key.

Return

Serialized JWK key material.

Parameters

key

Software key to export.