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: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Jwk() |
| Modifier and Type | Method and Description |
|---|---|
Jwk |
clone() |
String |
getAlg()
NOLINT
|
String |
getCrv()
NOLINT
|
String |
getE()
NOLINT
|
String |
getKid()
NOLINT
|
String |
getKty()
NOLINT
|
String |
getN()
Fields for RSA keys.
|
String |
getUse()
NOLINT
|
String |
getX()
Fields for ECDSA keys.
|
String |
getY()
NOLINT
|
Jwk |
set(String fieldName,
Object value) |
Jwk |
setAlg(String alg)
NOLINT
|
Jwk |
setCrv(String crv)
NOLINT
|
Jwk |
setE(String e)
NOLINT
|
Jwk |
setKid(String kid)
NOLINT
|
Jwk |
setKty(String kty)
NOLINT
|
Jwk |
setN(String n)
Fields for RSA keys.
|
Jwk |
setUse(String use)
NOLINT
|
Jwk |
setX(String x)
Fields for ECDSA keys.
|
Jwk |
setY(String y)
NOLINT
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, 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 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 GenericJson