ASN1ContentInfo constructor

ASN1ContentInfo(
  1. ASN1ObjectIdentifier contentType, {
  2. ASN1Object? content,
})

Implementation

ASN1ContentInfo(this.contentType, {this.content});