public class JoseHeader extends MapWrapper<String,Object>
| Modifier and Type | Field and Description |
|---|---|
static String |
ALG |
static String |
KID |
static String |
TYP |
map| Constructor and Description |
|---|
JoseHeader() |
JoseHeader(Map<String,Object> map) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
String |
getKid() |
Date |
getNumericDate(String key) |
String |
getType() |
JoseHeader |
put(String key,
Object value) |
JoseHeader |
putNumericDate(String key,
Date value) |
JoseHeader |
setAlgorithm(String value) |
JoseHeader |
setKid(String value) |
JoseHeader |
setType(String value) |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, putAll, remove, size, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic 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)
public JoseHeader put(String key, Object value)
public JoseHeader putNumericDate(String key, Date value)
Copyright © 2018. All rights reserved.