encode method Null safety

  1. @override
Uint8List encode ()
override

Encode as a sequence of bytes.

These bytes are the DER encoding of the Subject Public Key Info.

Implementation

@override
Uint8List encode() => _asn1().encodedBytes;