encode method Null safety
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;
Encode as a sequence of bytes.
These bytes are the DER encoding of the Subject Public Key Info.
@override
Uint8List encode() => _asn1().encodedBytes;