import { type RecipientContextParams } from "https://deno.land/x/hpke@1.2.9/mod.ts";
The parameters used to setup the RecipientContext
.
Properties
recipientKey: CryptoKey | CryptoKeyPair
A recipient private key or a key pair.
optional
senderPublicKey: CryptoKeyA sender public key for Auth mode.