Skip to main content
Version: 1.3

Interface: JwkParamsRsaPrime

identity_wasm.JwkParamsRsaPrime

Parameters for RSA Primes

More Info

Table of contents

Properties

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