Class ResponseEncryption

java.lang.Object
org.keycloak.broker.oid4vp.ResponseEncryption

public final class ResponseEncryption extends Object
Response encryption for the OID4VP direct_post.jwt response mode, following HAIP. The verifier hands the wallet a fresh EphemeralKey with every authorization request (ephemeral JWEConstants.ECDH_ES over secp256r1) and decrypts the wallet's JWE with it.
See Also: