| Modifier and Type | Class and Description |
|---|---|
static class |
Header.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
Header(String signerAlgorithm,
String type) |
| Modifier and Type | Method and Description |
|---|---|
static Header.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getSignerAlgorithm()
The name of the algorithm used to compute the signature, e.g., "RS256"
|
String |
getType()
The type of the token, e.g., "JWT"
|
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
Header.Builder |
toBuilder() |
String |
toString() |
public static Header.Builder builder()
public Header.Builder toBuilder()
public String getSignerAlgorithm()
public String getType()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.