interface CryptoKeyThe CryptoKey dictionary of the Web Crypto API represents a cryptographic key. Propertiesreadonlyalgorithm: KeyAlgorithmreadonlyextractable: booleanreadonlytype: KeyTypereadonlyusages: KeyUsage[]variable CryptoKeytype{ readonly prototype: CryptoKey; new (): never; }