ASN1GeneralizedTime constructor
Create an ASN1GeneralizedTime entity with the given BigInt dateTimeValue
.
Implementation
ASN1GeneralizedTime(this.dateTimeValue, {int tag = ASN1Tags.GENERALIZED_TIME})
: super(tag: tag);
Create an ASN1GeneralizedTime entity with the given BigInt dateTimeValue
.
ASN1GeneralizedTime(this.dateTimeValue, {int tag = ASN1Tags.GENERALIZED_TIME})
: super(tag: tag);