ASN1ObjectIdentifier constructor

ASN1ObjectIdentifier(
  1. List<int> oi, {
  2. String? identifier,
  3. int tag = OBJECT_IDENTIFIER,
})

Implementation

ASN1ObjectIdentifier(this.oi,
    {this.identifier, super.tag = OBJECT_IDENTIFIER});