Skip to main content

JwkParamsRsaPrime

@iota/identity-wasm API documentation


Interface: JwkParamsRsaPrime

Parameters for RSA Primes

More Info

Properties

r

r: string

The value of a subsequent prime factor as a base64urlUInt-encoded value.

More Info


d

d: string

The CRT exponent of the corresponding prime factor as a base64urlUInt-encoded value.

More Info


t

t: string

The CRT coefficient of the corresponding prime factor as a base64urlUInt-encoded value.

More Info