| Package | Description |
|---|---|
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
JsonWebKey |
JsonWebKey.addX5cItem(String x5cItem) |
JsonWebKey |
JsonWebKey.alg(String alg) |
JsonWebKey |
JsonWebKey.crv(String crv) |
JsonWebKey |
JsonWebKey.e(String e) |
JsonWebKey |
JsonWebKey.exp(Long exp) |
JsonWebKey |
JsonWebKey.kid(String kid) |
JsonWebKey |
JsonWebKey.kty(String kty) |
JsonWebKey |
JsonWebKey.n(String n) |
JsonWebKey |
JsonWebKey.use(String use) |
JsonWebKey |
JsonWebKey.x(String x) |
JsonWebKey |
JsonWebKey.x5c(List<String> x5c) |
JsonWebKey |
JsonWebKey.y(String y) |
| Modifier and Type | Method and Description |
|---|---|
List<JsonWebKey> |
GetJwksResponse.getKeys()
Get keys
|
List<JsonWebKey> |
GetRpJwksResponse.getKeys()
Get keys
|
| Modifier and Type | Method and Description |
|---|---|
GetJwksResponse |
GetJwksResponse.addKeysItem(JsonWebKey keysItem) |
GetRpJwksResponse |
GetRpJwksResponse.addKeysItem(JsonWebKey keysItem) |
| Modifier and Type | Method and Description |
|---|---|
GetJwksResponse |
GetJwksResponse.keys(List<JsonWebKey> keys) |
GetRpJwksResponse |
GetRpJwksResponse.keys(List<JsonWebKey> keys) |
void |
GetJwksResponse.setKeys(List<JsonWebKey> keys) |
void |
GetRpJwksResponse.setKeys(List<JsonWebKey> keys) |
Copyright © 2021. All rights reserved.