Deno logo
DeployManualBlogAPIStandard LibraryThird Party Modules

Deno CLI APIs

Version

latest

CryptoKey

  • Properties

CryptoKey

The CryptoKey dictionary of the Web Crypto API represents a cryptographic key.

interface CryptoKey {
readonly algorithm: KeyAlgorithm;
readonly extractable: boolean;
readonly type: KeyType;
readonly usages: KeyUsage[];
}
var CryptoKey: {
prototype: CryptoKey;
new (): CryptoKey;
}
;

§Properties

§
readonly algorithm: KeyAlgorithm
[src]
§
readonly extractable: boolean
[src]
§
readonly type: KeyType
[src]
§
readonly usages: KeyUsage[]
[src]
Manual
API
Standard Library
Third Party Modules
Benchmarks
Artwork
Blog
Translations
System Status
Companies interested in Deno