@override String get representation => '$algorithm $fingerprintType ${fingerprint .map((b) => b.toRadixString(16).padLeft(2, '0')) .join('')}';