ASN1Integer constructor
Create an ASN1Integer entity with the given BigInt integer
.
Implementation
ASN1Integer(this.integer, {int tag = ASN1Tags.INTEGER}) : super(tag: tag);
Create an ASN1Integer entity with the given BigInt integer
.
ASN1Integer(this.integer, {int tag = ASN1Tags.INTEGER}) : super(tag: tag);