JwkParamsRsaPrime
@iota/identity-wasm API documentation
Interface: JwkParamsRsaPrime
Parameters for RSA Primes
Properties
r
r:
string
The value of a subsequent prime factor as a base64urlUInt-encoded value.
d
d:
string
The CRT exponent of the corresponding prime factor as a base64urlUInt-encoded value.
t
t:
string
The CRT coefficient of the corresponding prime factor as a base64urlUInt-encoded value.