ASN1Pfx constructor
ASN1Pfx(
- ASN1Integer version,
- ASN1ContentInfo authSafe, {
- ASN1MacData? macData,
Implementation
ASN1Pfx(this.version, this.authSafe, {this.macData});