Skip to main content
interface webcrypto.CryptoKeyPair

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

Properties

A CryptoKey whose type will be 'private'.

A CryptoKey whose type will be 'public'.

Back to top