interface AsymmetricKeyDetails
Properties #
#modulusLength: number | undefined
optional
Key size in bits (RSA, DSA).
#publicExponent: bigint | undefined
optional
Public exponent (RSA).
#hashAlgorithm: string | undefined
optional
Name of the message digest (RSA-PSS).
#mgf1HashAlgorithm: string | undefined
optional
Name of the message digest used by MGF1 (RSA-PSS).
#saltLength: number | undefined
optional
Minimal salt length in bytes (RSA-PSS).
#divisorLength: number | undefined
optional
Size of q in bits (DSA).
#namedCurve: string | undefined
optional
Name of the curve (EC).