COSEPublicKey.rsa()
Parses the COSE key as an RSA key. Throws an Error if fails to parse the key.
This method does not check the key_ops parameter.
Definition
function rsa(): COSERSAPublicKey;
Parses the COSE key as an RSA key. Throws an Error if fails to parse the key.
This method does not check the key_ops parameter.
function rsa(): COSERSAPublicKey;