Operating with JWE
Was this helpful?
Was this helpful?
The client encrypts the plain request with the digiRunner’s public key, resulting in an encrypted request (JWS).
The client decrypts the received response (JWE) with the client private key.
Once the response is decrypted, the client will obtain the plain response.