| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
Jwk |
Jwk.clone() |
Jwk |
Jwk.set(String fieldName,
Object value) |
Jwk |
Jwk.setAlg(String alg)
Algorithm.
|
Jwk |
Jwk.setCrv(String crv)
Used for ECDSA keys.
|
Jwk |
Jwk.setE(String e)
Used for RSA keys.
|
Jwk |
Jwk.setKid(String kid)
Key ID.
|
Jwk |
Jwk.setKty(String kty)
Key Type.
|
Jwk |
Jwk.setN(String n)
Used for RSA keys.
|
Jwk |
Jwk.setUse(String use)
Permitted uses for the public keys.
|
Jwk |
Jwk.setX(String x)
Used for ECDSA keys.
|
Jwk |
Jwk.setY(String y)
Used for ECDSA keys.
|
| Modifier and Type | Method and Description |
|---|---|
List<Jwk> |
GetJSONWebKeysResponse.getKeys()
The public component of the keys used by the cluster to sign token requests.
|
| Modifier and Type | Method and Description |
|---|---|
GetJSONWebKeysResponse |
GetJSONWebKeysResponse.setKeys(List<Jwk> keys)
The public component of the keys used by the cluster to sign token requests.
|
Copyright © 2011–2020 Google. All rights reserved.