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