Class CWT
java.lang.Object
com.authlete.cbor.CBORItem
com.authlete.cbor.CBORTaggedItem
com.authlete.cwt.CWT
A CBOR tagged item that represents CWT.
- Since:
- 1.1
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.authlete.cbor.CBORTaggedItem
encode, getTagContent, getTagNumber, parse, prettify, toString
Methods inherited from class com.authlete.cbor.CBORItem
encode, encodeMajorWithNumber, encodeToBase64, encodeToBase64Url, encodeToHex, getComment, prettify, setComment, toString
-
Constructor Details
-
CWT
-
-
Method Details
-
getMessage
Get the wrapped COSE message.- Returns:
- The wrapped COSE message (an instance of a subclass of
COSEMessage
).
-