Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DSAKeyPairOptions<PubF, PrivF>

Type parameters

Hierarchy

  • DSAKeyPairOptions

Index

Properties

divisorLength

divisorLength: number

Size of q in bits

modulusLength

modulusLength: number

Key size in bits

privateKeyEncoding

privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & object

publicKeyEncoding

publicKeyEncoding: object

Type declaration

  • format: PubF
  • type: "spki"

Generated using TypeDoc