fun findSignatureSchemeCodeName(key: Key): String
Retrieve the corresponding signature scheme code name based on the type of the input Key. See Crypto for the supported scheme code names.
key
- either private or public.
IllegalArgumentException
- if the requested key type is not supported.
Return
signatureSchemeCodeName for a Key.