ASN1Integer.decode constructor

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

Implementation

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