Options
All
  • Public
  • Public/Protected
  • All
Menu

The CryptoKeyPair dictionary of the Web Crypto API represents a key pair for an asymmetric cryptography algorithm, also known as a public-key algorithm.

Hierarchy

  • CryptoKeyPair

Index

Properties

Properties

privateKey

privateKey: CryptoKey

publicKey

publicKey: CryptoKey

Generated using TypeDoc