interface AsymmetricKeyDetails
optional
modulusLength: number | undefinedKey size in bits (RSA, DSA).
optional
publicExponent: bigint | undefinedPublic exponent (RSA).
optional
hashAlgorithm: string | undefinedName of the message digest (RSA-PSS).
optional
mgf1HashAlgorithm: string | undefinedName of the message digest used by MGF1 (RSA-PSS).
optional
saltLength: number | undefinedMinimal salt length in bytes (RSA-PSS).
optional
divisorLength: number | undefinedSize of q in bits (DSA).
optional
namedCurve: string | undefinedName of the curve (EC).