Interface GenParams

Key generation parameters.

Hierarchy

  • GenParams

Properties

Properties

curve?: "P-256" | "P-384" | "P-521"

Pick EC curve. Default is P-256.

importPkcs8?: [pkcs8: Uint8Array, spki: Uint8Array]

Import PKCS#8 private key and SPKI public key instead of generating.

Generated using TypeDoc