Skip to main content

AsymmetricKeyDetails

interface AsymmetricKeyDetails

Properties Jump to heading

optional
Jump to headingmodulusLength: number | undefined

Key size in bits (RSA, DSA).

optional
Jump to headingpublicExponent: bigint | undefined

Public exponent (RSA).

optional
Jump to headinghashAlgorithm: string | undefined

Name of the message digest (RSA-PSS).

optional
Jump to headingmgf1HashAlgorithm: string | undefined

Name of the message digest used by MGF1 (RSA-PSS).

optional
Jump to headingsaltLength: number | undefined

Minimal salt length in bytes (RSA-PSS).

optional
Jump to headingdivisorLength: number | undefined

Size of q in bits (DSA).

optional
Jump to headingnamedCurve: string | undefined

Name of the curve (EC).

Back to top