ASN1UtcTime constructor
Creates an ASN1UtcTime entity with the given time
.
Implementation
ASN1UtcTime(this.time, {int tag = ASN1Tags.UTC_TIME}) : super(tag: tag);
Creates an ASN1UtcTime entity with the given time
.
ASN1UtcTime(this.time, {int tag = ASN1Tags.UTC_TIME}) : super(tag: tag);