The CryptoKeyPair is a simple dictionary object with publicKey and privateKey properties, representing an asymmetric key pair.
CryptoKeyPair
publicKey
privateKey
v15.0.0
A CryptoKey whose type will be 'private'.
'private'
A CryptoKey whose type will be 'public'.
'public'
The
CryptoKeyPair
is a simple dictionary object withpublicKey
andprivateKey
properties, representing an asymmetric key pair.Since
v15.0.0