Operating with JWE
API Request in JWE Format
The client encrypts the plain request with the digiRunner’s public key, resulting in an encrypted request (JWS).

API Response in JWE Format
The client decrypts the received response (JWE) with the client private key.
Once the response is decrypted, the client will obtain the plain response.

Was this helpful?