ASN1OctetString.fromBytes constructor

ASN1OctetString.fromBytes(
  1. Uint8List bytes
)

Create an ASN1OctetString from an encoded list of bytes.

Implementation

ASN1OctetString.fromBytes(super.bytes) : super.fromBytes() {
  octets = valueBytes();
}