libcdoc 0.5.0
libcdoc::CDoc2::Label Namespace Reference

Variables

static constexpr std::string_view TYPE_PASSWORD = "pw"
 Recipient types for machine-readable labels.
 
static constexpr std::string_view TYPE_SYMMETRIC = "secret"
 
static constexpr std::string_view TYPE_PUBLIC_KEY = "pub_key"
 
static constexpr std::string_view TYPE_CERTIFICATE = "cert"
 
static constexpr std::string_view TYPE_UNKNOWN = "Unknown"
 
static constexpr std::string_view TYPE_ID_CARD = "ID-card"
 
static constexpr std::string_view TYPE_DIGI_ID = "Digi-ID"
 
static constexpr std::string_view TYPE_DIGI_ID_E_RESIDENT = "Digi-ID E-RESIDENT"
 
static constexpr std::string_view VERSION = "v"
 Recipient data for machine-readable labels.
 
static constexpr std::string_view TYPE = "type"
 
static constexpr std::string_view FILE = "file"
 
static constexpr std::string_view LABEL = "label"
 
static constexpr std::string_view CN = "cn"
 
static constexpr std::string_view SERIAL_NUMBER = "serial_number"
 
static constexpr std::string_view LAST_NAME = "last_name"
 
static constexpr std::string_view FIRST_NAME = "first_name"
 
static constexpr std::string_view CERT_SHA1 = "cert_sha1"
 
static constexpr const char * EXPIRY = "server_exp"
 

Variable Documentation

◆ CERT_SHA1

constexpr std::string_view libcdoc::CDoc2::Label::CERT_SHA1 = "cert_sha1"
staticconstexpr

◆ CN

constexpr std::string_view libcdoc::CDoc2::Label::CN = "cn"
staticconstexpr

◆ EXPIRY

constexpr const char* libcdoc::CDoc2::Label::EXPIRY = "server_exp"
staticconstexpr

◆ FILE

constexpr std::string_view libcdoc::CDoc2::Label::FILE = "file"
staticconstexpr

◆ FIRST_NAME

constexpr std::string_view libcdoc::CDoc2::Label::FIRST_NAME = "first_name"
staticconstexpr

◆ LABEL

constexpr std::string_view libcdoc::CDoc2::Label::LABEL = "label"
staticconstexpr

◆ LAST_NAME

constexpr std::string_view libcdoc::CDoc2::Label::LAST_NAME = "last_name"
staticconstexpr

◆ SERIAL_NUMBER

constexpr std::string_view libcdoc::CDoc2::Label::SERIAL_NUMBER = "serial_number"
staticconstexpr

◆ TYPE

constexpr std::string_view libcdoc::CDoc2::Label::TYPE = "type"
staticconstexpr

◆ TYPE_CERTIFICATE

constexpr std::string_view libcdoc::CDoc2::Label::TYPE_CERTIFICATE = "cert"
staticconstexpr

◆ TYPE_DIGI_ID

constexpr std::string_view libcdoc::CDoc2::Label::TYPE_DIGI_ID = "Digi-ID"
staticconstexpr

◆ TYPE_DIGI_ID_E_RESIDENT

constexpr std::string_view libcdoc::CDoc2::Label::TYPE_DIGI_ID_E_RESIDENT = "Digi-ID E-RESIDENT"
staticconstexpr

◆ TYPE_ID_CARD

constexpr std::string_view libcdoc::CDoc2::Label::TYPE_ID_CARD = "ID-card"
staticconstexpr

◆ TYPE_PASSWORD

constexpr std::string_view libcdoc::CDoc2::Label::TYPE_PASSWORD = "pw"
staticconstexpr

Recipient types for machine-readable labels.

◆ TYPE_PUBLIC_KEY

constexpr std::string_view libcdoc::CDoc2::Label::TYPE_PUBLIC_KEY = "pub_key"
staticconstexpr

◆ TYPE_SYMMETRIC

constexpr std::string_view libcdoc::CDoc2::Label::TYPE_SYMMETRIC = "secret"
staticconstexpr

◆ TYPE_UNKNOWN

constexpr std::string_view libcdoc::CDoc2::Label::TYPE_UNKNOWN = "Unknown"
staticconstexpr

◆ VERSION

constexpr std::string_view libcdoc::CDoc2::Label::VERSION = "v"
staticconstexpr

Recipient data for machine-readable labels.