GeneralName constructor

GeneralName({
  1. required bool isConstructed,
  2. required int choice,
  3. required ASN1Object contents,
})

Implementation

GeneralName(
    {required this.isConstructed,
    required this.choice,
    required this.contents});