On this page

C

CryptoKeyPair

History

The CryptoKeyPair is a simple dictionary object with publicKey and privateKey properties, representing an asymmetric key pair.

P

cryptoKeyPair.privateKey

History
A CryptoKey whose type will be 'private'.
P

cryptoKeyPair.publicKey

History
A CryptoKey whose type will be 'public'.