ASN1SafeBag constructor

ASN1SafeBag(
  1. ASN1ObjectIdentifier bagId,
  2. ASN1Object bagValue, {
  3. ASN1Set? bagAttributes,
})

Implementation

ASN1SafeBag(this.bagId, this.bagValue, {this.bagAttributes});