Interface DSAKeyPairOptions<PubF, PrivF>

Type Parameters

Hierarchy

  • DSAKeyPairOptions

Properties

divisorLength: number

Size of q in bits

modulusLength: number

Key size in bits

privateKeyEncoding: "crypto".BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs8" }
publicKeyEncoding: { format: PubF; type: "spki" }

Type declaration

  • format: PubF
  • type: "spki"

Generated using TypeDoc