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.
String build()
String
by following the steps specified in the relevant specification
according to whether the JWT is being signed and/or encrypted.
Copyright 2011-2015 ForgeRock AS.