As the documentation says:
JOSE 1 is a framework intended to provide a method to securely transfer claims (such as authorization information) between parties. Doc
Is JOSE is only used for Authentication and Authorization activities or can it be used while "Data in transit" to secure sensitive data (along with SSL and TLS)? As this Hyperwallet example below describes payload encryption: API DOC
Can I use JOSE for Signed and Encrypted API Request and Response beside Authentication for Server to Server Communication Scenario to secure sensitive data?