Nodecryptowebcrypto.CryptoKeyPairinterface webcrypto.CryptoKeyPairThe CryptoKeyPair is a simple dictionary object with publicKey and privateKey properties, representing an asymmetric key pair. Properties ##privateKey: CryptoKeyA CryptoKey whose type will be 'private'. #publicKey: CryptoKeyA CryptoKey whose type will be 'public'.
interface webcrypto.CryptoKeyPairThe CryptoKeyPair is a simple dictionary object with publicKey and privateKey properties, representing an asymmetric key pair. Properties ##privateKey: CryptoKeyA CryptoKey whose type will be 'private'. #publicKey: CryptoKeyA CryptoKey whose type will be 'public'.