GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Jwk.Keys() |
Modifier and Type | Method and Description |
---|---|
Jwk.Keys |
clone() |
String |
getAlg() |
String |
getE() |
String |
getKid() |
String |
getKty() |
String |
getN() |
String |
getUse() |
Jwk.Keys |
set(String fieldName,
Object value) |
Jwk.Keys |
setAlg(String alg) |
Jwk.Keys |
setE(String e) |
Jwk.Keys |
setKid(String kid) |
Jwk.Keys |
setKty(String kty) |
Jwk.Keys |
setN(String n) |
Jwk.Keys |
setUse(String use) |
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public String getAlg()
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.Keys set(String fieldName, Object value)
set
in class GenericJson
public Jwk.Keys clone()
clone
in class GenericJson