CryptoKey
The CryptoKey
object represents a cryptographic key used for
encryption,
decryption,
signing, or
verification within the webcrypto module. The CryptoKey
object is created using the SubtleCrypto.generateKey() or SubtleCrypto.importKey() methods.