ASN1ContentInfo.forEncryptedData constructor
ASN1ContentInfo.forEncryptedData(
- ASN1Object? content
Implementation
ASN1ContentInfo.forEncryptedData(this.content) {
contentType =
ASN1ObjectIdentifier.fromIdentifierString('1.2.840.113549.1.7.6');
}