COSEPubKeyEncryption constructor
COSEPubKeyEncryption({
- required COSEHeaders headers,
- List<
int> ? ciphertext, - required COSERecipients recipients,
Implementation
COSEPubKeyEncryption(
{required super.headers, super.ciphertext, required super.recipients});