fun isSupportedSignatureScheme(schemeCodeName: String): Boolean
Check if the requested signature scheme is supported by the system.
schemeCodeName
- a signature scheme's code name (e.g. ECDSA_SECP256K1_SHA256).
Return
true if the signature scheme is supported.