Package com.bastiaanjansen.jwt
Class Header
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,Object>
public class Header extends HashMap<String,Object>
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHeader.RegisteredNested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object> -
Constructor Summary
-
Method Summary
Modifier and Type Method Description StringgetAlgorithm()StringgetContentType()StringgetType()voidsetAlgorithm(String algorithm)voidsetContentType(String value)voidsetType(String type)Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values