public final class Jwk extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Kubernetes Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Jwk() |
| Modifier and Type | Method and Description |
|---|---|
Jwk |
clone() |
String |
getAlg()
Algorithm.
|
String |
getCrv()
Used for ECDSA keys.
|
String |
getE()
Used for RSA keys.
|
String |
getKid()
Key ID.
|
String |
getKty()
Key Type.
|
String |
getN()
Used for RSA keys.
|
String |
getUse()
Permitted uses for the public keys.
|
String |
getX()
Used for ECDSA keys.
|
String |
getY()
Used for ECDSA keys.
|
Jwk |
set(String fieldName,
Object value) |
Jwk |
setAlg(String alg)
Algorithm.
|
Jwk |
setCrv(String crv)
Used for ECDSA keys.
|
Jwk |
setE(String e)
Used for RSA keys.
|
Jwk |
setKid(String kid)
Key ID.
|
Jwk |
setKty(String kty)
Key Type.
|
Jwk |
setN(String n)
Used for RSA keys.
|
Jwk |
setUse(String use)
Permitted uses for the public keys.
|
Jwk |
setX(String x)
Used for ECDSA keys.
|
Jwk |
setY(String y)
Used for ECDSA keys.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getAlg()
null for nonepublic String getCrv()
null for nonepublic String getE()
null for nonepublic String getKid()
null for nonepublic String getKty()
null for nonepublic String getN()
null for nonepublic String getUse()
null for nonepublic Jwk setUse(String use)
use - use or null for nonepublic String getX()
null for nonepublic String getY()
null for nonepublic Jwk set(String fieldName, Object value)
set in class GenericJsonpublic Jwk clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.