public interface Header
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm()
Getter for the Algorithm "alg" claim defined in the JWT's Header.
|
String |
getContentType()
Getter for the Content Type "cty" claim defined in the JWT's Header.
|
Claim |
getHeaderClaim(String name)
Get a Private Claim given it's name.
|
String |
getKeyId()
Get the value of the "kid" claim, or null if it's not available.
|
String |
getType()
Getter for the Type "typ" claim defined in the JWT's Header.
|
String getAlgorithm()
String getType()
String getContentType()
String getKeyId()
Copyright © 2017. All rights reserved.