WebCryptoCryptoKeyPairinterface CryptoKeyPairThe CryptoKeyPair dictionary of the Web Crypto API represents a key pair for an asymmetric cryptography algorithm, also known as a public-key algorithm. Properties ##privateKey: CryptoKey#publicKey: CryptoKeyvariable CryptoKeyPairProperties #readonly#prototype: CryptoKeyPair
interface CryptoKeyPairThe CryptoKeyPair dictionary of the Web Crypto API represents a key pair for an asymmetric cryptography algorithm, also known as a public-key algorithm. Properties ##privateKey: CryptoKey#publicKey: CryptoKey