ASN1ContentInfo.forEncryptedData constructor

ASN1ContentInfo.forEncryptedData(
  1. ASN1Object? content
)

Implementation

ASN1ContentInfo.forEncryptedData(this.content) {
  contentType =
      ASN1ObjectIdentifier.fromIdentifierString('1.2.840.113549.1.7.6');
}