CryptoKey interface of the Web Crypto API represents a cryptographic key
obtained from one of the methods
or
.
Constructors
new CryptoKey()
new CryptoKey(mInternalObject): CryptoKey
Parameters
mInternalObject
NativeObject
The native object representing the cryptographic key.

