Configuration for a recipient of enveloped data.
const recipient: EnvelopedDataBuilderRecipient = { certificate: recipientCert, keyEncryptionAlgorithm: { type: 'RSA_OAEP', params: { hash: 'SHA-384' } }} Copy
const recipient: EnvelopedDataBuilderRecipient = { certificate: recipientCert, keyEncryptionAlgorithm: { type: 'RSA_OAEP', params: { hash: 'SHA-384' } }}
The recipient's certificate containing their public key
Optional
Optional key encryption algorithm, defaults to RSA-OAEP with SHA-1
Configuration for a recipient of enveloped data.
Example