SstJosePayload
Class Methods
None
Instance Methods
asBase64Url
  Answer the base64url json string representation
     
     Answers:
        <SstJoseHeader>
content
  Answer the bytes content of this payload.
     
     Answers:
        <ByteArray>
contentAsJsonObject
  Answer the json object form by deserializing and interpreting the content of this payload as a Json string.
     Fails when the content is not a Json string.
     
     Answers:
        <Object>
contentAsUnicodeString
  Answer the Unicode string by interpreting the content bytes of this payload as UTF8-encoded bytes.
     
     Answers:
        <UnicodeString>
contentType
  Answer the content type of receiver.
     This is the 'cty' header parameter.
     
    Answers:
        <String>
protectedHeader
  Answer the protected header parameters.
     
     Answers:
        <SstJoseHeader>
Last modified date: 01/09/2026