COSEPubKeyEncryption constructor

COSEPubKeyEncryption({
  1. required COSEHeaders headers,
  2. List<int>? ciphertext,
  3. required COSERecipients recipients,
})

Implementation

COSEPubKeyEncryption(
    {required super.headers, super.ciphertext, required super.recipients});