Map<String, dynamic> jsonMap({bool asHex = false}) => { "der": (asHex) ? bytesToHex(Uint8List.fromList(der)) : der.toList(), };