Type alias Key

Key: {
    privateKey: CryptoKey;
    publicKey: CryptoKey;
}

Type declaration

  • privateKey: CryptoKey
  • publicKey: CryptoKey

Generated using TypeDoc