| Modifier and Type | Method and Description |
|---|---|
String |
getHeader()
Getter for the Header contained in the JWT as a Base64 encoded String.
|
String |
getPayload()
Getter for the Payload contained in the JWT as a Base64 encoded String.
|
String |
getSignature()
Getter for the Signature contained in the JWT as a Base64 encoded String.
|
String |
getToken()
Getter for the String Token used to create this JWT instance.
|
getAudience, getClaim, getClaims, getExpiresAt, getId, getIssuedAt, getIssuer, getNotBefore, getSubjectgetAlgorithm, getContentType, getHeaderClaim, getKeyId, getTypeString getToken()
String getHeader()
String getPayload()
String getSignature()
Copyright © 2017. All rights reserved.