Derives the public key from a given private key.
method
crypto.webcrypto.SubtleCrypto.getPublicKey
@param key
A private key from which to derive the corresponding public key.
@param keyUsages
See Key usages.
@returns
Fulfills with a CryptoKey
upon success.