AusweisApp2/src/remote_device/RemoteHelper.h

23 lines
310 B
C
Raw Normal View History

2017-12-20 14:54:05 +01:00
/*!
* \brief Helper for some miscellaneous methods.
*
2018-03-28 15:10:51 +02:00
* \copyright Copyright (c) 2017-2018 Governikus GmbH & Co. KG, Germany
2017-12-20 14:54:05 +01:00
*/
#pragma once
namespace governikus
{
class RemoteHelper
{
private:
RemoteHelper() = delete;
public:
static bool checkAndGenerateKey();
};
} /* namespace governikus */