JsonWebKeyRSA
org.sagebionetworks.repo.model.oauth.JsonWebKeyRSA
JSON Web Key for the RSA algorithm
| Field | Type | Description |
|---|---|---|
| kid | STRING | The unique identifier for the JSON Web Token, described in RFC 7517 Section 4.5 |
| kty | STRING | The key type, described in RFC 7517 Section 4.1 |
| use | STRING | The public key use, described in RFC 7517 Section 4.2 |
| concreteType | STRING | Indicates which kind of JSON Web Key the object is, following the Synapse standard. |
| e | STRING | Exponent of RSA Public Key |
| n | STRING | Modulus of RSA Public Key |