Abstract method to retrieve the signature as a list of bytes.
@override List<int> signatureBytes() { return [...signatures.map((e) => e.signature).expand((e) => e), ...bitmap]; }