ASN1UtcTime constructor

ASN1UtcTime(
  1. DateTime? time, {
  2. int tag = ASN1Tags.UTC_TIME,
})

Creates an ASN1UtcTime entity with the given time.

Implementation

ASN1UtcTime(this.time, {int tag = ASN1Tags.UTC_TIME}) : super(tag: tag);