Deno logo
DeployManualBlogAPIStandard LibraryThird Party Modules

Deno CLI APIs

Version

latest

CryptoKeyPair

  • Properties

CryptoKeyPair

The CryptoKeyPair dictionary of the Web Crypto API represents a key pair for an asymmetric cryptography algorithm, also known as a public-key algorithm.

interface CryptoKeyPair {
privateKey: CryptoKey;
publicKey: CryptoKey;
}
var CryptoKeyPair: {
prototype: CryptoKeyPair;
new (): CryptoKeyPair;
}
;

§Properties

§
privateKey: CryptoKey
[src]
§
publicKey: CryptoKey
[src]
Manual
API
Standard Library
Third Party Modules
Benchmarks
Artwork
Blog
Translations
System Status
Companies interested in Deno