| Name | Type | Description | Notes |
|---|---|---|---|
| kty | string | Key type | [default to undefined] |
| e | string | RSA public exponent | [default to undefined] |
| use | string | Public key use (encryption) | [default to undefined] |
| kid | string | Key ID | [default to undefined] |
| n | string | RSA modulus | [default to undefined] |
Rsa(value:'RSA')
Enc(value:'enc')
[Back to top] [Back to API list] [Back to Model list] [Back to README]