encode method

  1. @override
Uint8List encode()
override

Implementation

@override
Uint8List encode() {
  return ASN1Object.pack(tag, value);
}