parseExplicit

Parses json string that describes the private key for software-based private key.

Similar to parse, but does not handle SecureArea-based keys. It is suitable for calling in non-coroutine contexts.


fun parseExplicit(json: JsonElement): AsymmetricKey

Parses json object that describes the private key for software-based private key.

Similar to parse, but does not handle SecureArea-based keys. It is suitable for calling in non-coroutine contexts.