public interface Payload
When the JWT is digitally signed or MACed, the bytes of the UTF-8 representation of the Payload are base64url encoded to create the Encoded JWS Payload. When the JWT is encrypted, the bytes of the UTF-8 representation of the Payload are used as the JWE Plaintext.
Modifier and Type | Method and Description |
---|---|
String |
build()
Builds the JWTs Payload into a
String by following the steps specified in the relevant specification
according to whether the JWT is being signed and/or encrypted. |
Payload |
copy()
Create a copy of the current payload.
|
String build()
String
by following the steps specified in the relevant specification
according to whether the JWT is being signed and/or encrypted.
Payload copy()
Copyright © 2010-2018, ForgeRock All Rights Reserved.