ASN1EncryptedContentInfo constructor

ASN1EncryptedContentInfo(
  1. ASN1ObjectIdentifier contentType,
  2. ASN1AlgorithmIdentifier contentEncryptionAlgorithm, {
  3. Uint8List? encryptedContent,
})

Implementation

ASN1EncryptedContentInfo(this.contentType, this.contentEncryptionAlgorithm,
    {this.encryptedContent});