ASN1ContentInfo.forData constructor

ASN1ContentInfo.forData(
  1. ASN1Object? content
)

Implementation

ASN1ContentInfo.forData(this.content) {
  contentType =
      ASN1ObjectIdentifier.fromIdentifierString('1.2.840.113549.1.7.1');
}