JWE - JWS implementation in webMethods using Java

Hi Team,

Has anyone implemented JWE-JWS in webMethods java code?

If Yes, could you please share the sample code.

JWE- JSON Web Encryption
JWS- JSON Web signature

Hi,

please provide your wM version as this will help us to check if the mentioned features might be already supported or not.

Regards,
Holger

wM version is 10.3

Requirement is to encrypt and sign plain text request using RSA or shared secret. Similarly decrypt the response received from backend system.

Dear @Holger_von_Thomsen Can you please let me know if JWE JWS is available in WE 10.15

Updated comments

10.15 refer the document for more information

https://documentation.softwareag.com/webmethods/integration_server/pie10-15/webhelp/pie-webhelp/#page/pie-webhelp%2Fto-jwt_folder_4.html%23

Dear @DINESH_J I think it handles only Signing (JWS) and not Encryption (JWE)

Thanks

Yes , Generating Signed JWT and Verify JWT’s provided as OOB features.

Requesting you to reach out support to confirm it

@dhanilRajT Did you find the solution for JWE?