Serializable, Map<String,Object>public class JoseHeader extends MapWrapper<String,Object>
| Modifier and Type | Field | Description |
|---|---|---|
static String |
ALG |
|
static String |
KID |
|
static String |
TYP |
map| Constructor | Description |
|---|---|
JoseHeader() |
|
JoseHeader(Map<String,Object> map) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getAlgorithm() |
|
String |
getKid() |
|
String |
getType() |
|
JoseHeader |
put(String key,
Object value) |
|
JoseHeader |
setAlgorithm(String value) |
|
JoseHeader |
setKid(String value) |
|
JoseHeader |
setType(String value) |
compute, computeIfAbsent, computeIfPresent, entry, equals, forEach, getOrDefault, hashCode, merge, of, of, of, of, of, of, of, of, of, of, of, ofEntries, putIfAbsent, remove, replace, replace, replaceAllclear, containsKey, containsValue, entrySet, get, isEmpty, keySet, putAll, remove, size, valuespublic static final String TYP
public static final String ALG
public static final String KID
public String getType()
public JoseHeader setType(String value)
public String getAlgorithm()
public JoseHeader setAlgorithm(String value)
public String getKid()
public JoseHeader setKid(String value)
Copyright © 2018. All rights reserved.