public class Header extends Object
| Modifier and Type | Field and Description |
|---|---|
Algorithm |
algorithm |
Map<String,String> |
properties |
Type |
type |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
anyGetter()
Special getter used to flatten additional header properties into top level values.
|
String |
get(String name) |
Header |
set(String name,
String value)
Add a property to the JWT header.
|
public Header()
public Header(Algorithm algorithm)
Copyright © 2017. All rights reserved.