public interface TokenizedJwt
| Modifier and Type | Method and Description |
|---|---|
Header |
createHeader(Map<String,?> m)
Returns a new
Header instance with the specified map state. |
CharSequence |
getDigest()
Returns the Signature for JWS or AAD Tag for JWE.
|
CharSequence |
getPayload()
Returns the Payload for a JWS or Ciphertext for a JWE.
|
CharSequence |
getProtected()
Protected header.
|
CharSequence getProtected()
CharSequence getPayload()
CharSequence getDigest()
Copyright © 2014–2024 jsonwebtoken.io. All rights reserved.