factory COSESignedMessage.fromCborBytes(List<int> bytes) { return COSESignedMessage.deserialize( CborObject.fromCbor(bytes).as<CborListValue>()); }