8#include "Arp/System/Core/Enum.hxx" 
   10namespace Arp { 
namespace System { 
namespace Commons { 
namespace Security
 
   13enum class KeyPairType : 
uint8 
   18    ECDSA_TPM_SECP256R1 = 3,
 
   24ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os, KeyPairType value);
 
   25ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is, KeyPairType& value);
 
   29template<> 
struct fmt::formatter<
Arp::System::Commons::Security::KeyPairType>: 
public fmt::ostream_formatter {};
 
std::uint8_t uint8
The Arp unsigned integer type of 1 byte size.
Definition: PrimitiveTypes.hpp:25
 
Root namespace for the PLCnext API