pub(crate) fn get_public_key(
cx: &mut JSContext,
global: &GlobalScope,
key: &CryptoKey,
algorithm: &KeyAlgorithmAndDerivatives,
usages: Vec<KeyUsage>,
) -> Result<DomRoot<CryptoKey>, Error>Expand description
https://wicg.github.io/webcrypto-modern-algos/#SubtleCrypto-method-getPublicKey Step 9 - 15, for RSA-PSS