ASN1EncryptedContentInfo constructor
ASN1EncryptedContentInfo(
- ASN1ObjectIdentifier contentType,
- ASN1AlgorithmIdentifier contentEncryptionAlgorithm, {
- Uint8List? encryptedContent,
Implementation
ASN1EncryptedContentInfo(this.contentType, this.contentEncryptionAlgorithm,
{this.encryptedContent});