ASN1EndOfContent.decode constructor

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

Implementation

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