Derives the public key from a given private key.
method
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.
method
Derives the public key from a given private key.
A private key from which to derive the corresponding public key.
See Key usages.
Fulfills with a CryptoKey
upon success.