interface AsymmetricKeyDetails
Properties Jump to heading
optional
Jump to headingmodulusLength: number | undefinedKey size in bits (RSA, DSA).
optional
Jump to headingpublicExponent: bigint | undefinedPublic exponent (RSA).
optional
Jump to headinghashAlgorithm: string | undefinedName of the message digest (RSA-PSS).
optional
Jump to headingmgf1HashAlgorithm: string | undefinedName of the message digest used by MGF1 (RSA-PSS).
optional
Jump to headingsaltLength: number | undefinedMinimal salt length in bytes (RSA-PSS).
optional
Jump to headingdivisorLength: number | undefinedSize of q in bits (DSA).
optional
Jump to headingnamedCurve: string | undefinedName of the curve (EC).