| Package | Description |
|---|---|
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
JsonWebKey |
JsonWebKey.addX5cItem(String x5cItem) |
JsonWebKey |
JsonWebKey.addX5tItem(String x5tItem) |
JsonWebKey |
JsonWebKey.alg(String alg) |
JsonWebKey |
JsonWebKey.exp(Long exp) |
JsonWebKey |
JsonWebKey.keyOps(String keyOps) |
JsonWebKey |
JsonWebKey.kid(String kid) |
JsonWebKey |
JsonWebKey.kty(String kty) |
JsonWebKey |
JsonWebKey.use(String use) |
JsonWebKey |
JsonWebKey.x5c(List<String> x5c) |
JsonWebKey |
JsonWebKey.x5t(List<String> x5t) |
JsonWebKey |
JsonWebKey.x5tS256(String x5tS256) |
JsonWebKey |
JsonWebKey.x5u(String x5u) |
| Modifier and Type | Method and Description |
|---|---|
List<JsonWebKey> |
GetJwksResponse.getKeys()
Get keys
|
| Modifier and Type | Method and Description |
|---|---|
GetJwksResponse |
GetJwksResponse.addKeysItem(JsonWebKey keysItem) |
| Modifier and Type | Method and Description |
|---|---|
GetJwksResponse |
GetJwksResponse.keys(List<JsonWebKey> keys) |
void |
GetJwksResponse.setKeys(List<JsonWebKey> keys) |
Copyright © 2020. All rights reserved.