Class HPKE

java.lang.Object
org.bouncycastle.crypto.hpke.HPKE

public class HPKE extends Object
Hybrid Public Key Encryption (HPKE) per RFC 9180.

Top-level facade. A single instance pins a (mode, KEM, KDF, AEAD) suite via the constructor and exposes:

The package package overview covers the typical sender/receiver caller flow and the supported algorithm matrix.