ASN1Enumerated constructor
Create an ASN1Enumerated entity with the given integer i
.
Implementation
ASN1Enumerated(int i, {int tag = ASN1Tags.ENUMERATED})
: super(BigInt.from(i), tag: tag);
Create an ASN1Enumerated entity with the given integer i
.
ASN1Enumerated(int i, {int tag = ASN1Tags.ENUMERATED})
: super(BigInt.from(i), tag: tag);