ASN1Unknown.decode constructor

ASN1Unknown.decode(
  1. Iterable<int> bytes
)

Implementation

factory ASN1Unknown.decode(final Iterable<int> bytes) =>
    parse(MutableIterable(bytes));