Interface: JwkParamsRsa
identity_wasm.JwkParamsRsa
Parameters for RSA Keys.
Hierarchy
JwkParamsRsa
↳
IJwkRsa
Table of contents
Properties
Properties
n
• n: string
The modulus value for the RSA public key as a base64urlUInt-encoded value.
e
• e: string
The exponent value for the RSA public key as a base64urlUInt-encoded value.
d
• Optional
d: string
The private exponent value for the RSA private key as a base64urlUInt-encoded value.
p
• Optional
p: string
The first prime factor as a base64urlUInt-encoded value.
q
• Optional
q: string
The second prime factor as a base64urlUInt-encoded value.
dp
• Optional
dp: string
The Chinese Remainder Theorem (CRT) exponent of the first factor as a base64urlUInt-encoded value.
dq
• Optional
dq: string
The CRT exponent of the second factor as a base64urlUInt-encoded value.
qi
• Optional
qi: string
The CRT coefficient of the second factor as a base64urlUInt-encoded value.
oth
• Optional
oth: JwkParamsRsaPrime
[]
An array of information about any third and subsequent primes, should they exist.