corda / net.corda.core.crypto / Crypto / isSupportedSignatureScheme

isSupportedSignatureScheme

fun isSupportedSignatureScheme(schemeCodeName: String): Boolean

Check if the requested signature scheme is supported by the system.

Parameters

schemeCodeName - a signature scheme's code name (e.g. ECDSA_SECP256K1_SHA256).

Return
true if the signature scheme is supported.