ASN1SafeBag constructor
ASN1SafeBag(
- ASN1ObjectIdentifier bagId,
- ASN1Object bagValue, {
- ASN1Set? bagAttributes,
Implementation
ASN1SafeBag(this.bagId, this.bagValue, {this.bagAttributes});