LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
Classes | Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Types | Private Member Functions | Static Private Member Functions | Private Attributes | Friends | List of all members
CMSG_DesfireAuth_Step2 Class Referencefinal

#include <iks.pb.h>

Inheritance diagram for CMSG_DesfireAuth_Step2:

Classes

class  _Internal
 

Public Types

enum  : int { kKeyUuidFieldNumber = 1 , kPiccCryptogramFieldNumber = 2 , kAuthContextIdFieldNumber = 3 , kDiversificationFieldNumber = 4 }
 

Public Member Functions

 CMSG_DesfireAuth_Step2 ()
 
 ~CMSG_DesfireAuth_Step2 () override
 
constexpr CMSG_DesfireAuth_Step2 (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 CMSG_DesfireAuth_Step2 (const CMSG_DesfireAuth_Step2 &from)
 
 CMSG_DesfireAuth_Step2 (CMSG_DesfireAuth_Step2 &&from) noexcept
 
CMSG_DesfireAuth_Step2operator= (const CMSG_DesfireAuth_Step2 &from)
 
CMSG_DesfireAuth_Step2operator= (CMSG_DesfireAuth_Step2 &&from) noexcept
 
void Swap (CMSG_DesfireAuth_Step2 *other)
 
void UnsafeArenaSwap (CMSG_DesfireAuth_Step2 *other)
 
CMSG_DesfireAuth_Step2New () const final
 
CMSG_DesfireAuth_Step2New (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const CMSG_DesfireAuth_Step2 &from)
 
void MergeFrom (const CMSG_DesfireAuth_Step2 &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
::PROTOBUF_NAMESPACE_ID::uint8 * _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
void clear_key_uuid ()
 
const std::string & key_uuid () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_key_uuid (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_key_uuid ()
 
PROTOBUF_FUTURE_MUST_USE_RESULT std::string * release_key_uuid ()
 
void set_allocated_key_uuid (std::string *key_uuid)
 
void clear_picc_cryptogram ()
 
const std::string & picc_cryptogram () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_picc_cryptogram (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_picc_cryptogram ()
 
PROTOBUF_FUTURE_MUST_USE_RESULT std::string * release_picc_cryptogram ()
 
void set_allocated_picc_cryptogram (std::string *picc_cryptogram)
 
void clear_auth_context_id ()
 
const std::string & auth_context_id () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_auth_context_id (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_auth_context_id ()
 
PROTOBUF_FUTURE_MUST_USE_RESULT std::string * release_auth_context_id ()
 
void set_allocated_auth_context_id (std::string *auth_context_id)
 
bool has_diversification () const
 
void clear_diversification ()
 
const ::KeyDiversificationInfodiversification () const
 
PROTOBUF_FUTURE_MUST_USE_RESULT::KeyDiversificationInfo * release_diversification ()
 
::KeyDiversificationInfomutable_diversification ()
 
void set_allocated_diversification (::KeyDiversificationInfo *diversification)
 
void unsafe_arena_set_allocated_diversification (::KeyDiversificationInfo *diversification)
 
::KeyDiversificationInfounsafe_arena_release_diversification ()
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_key_uuid (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_picc_cryptogram (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_auth_context_id (ArgT0 &&arg0, ArgT... args)
 

Static Public Member Functions

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const CMSG_DesfireAuth_Step2default_instance ()
 
static const CMSG_DesfireAuth_Step2internal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Protected Member Functions

 CMSG_DesfireAuth_Step2 (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 

Private Types

typedef void InternalArenaConstructable_
 
typedef void DestructorSkippable_
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const final
 
void InternalSwap (CMSG_DesfireAuth_Step2 *other)
 
void RegisterArenaDtor (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
const std::string & _internal_key_uuid () const
 
PROTOBUF_ALWAYS_INLINE void _internal_set_key_uuid (const std::string &value)
 
std::string * _internal_mutable_key_uuid ()
 
const std::string & _internal_picc_cryptogram () const
 
PROTOBUF_ALWAYS_INLINE void _internal_set_picc_cryptogram (const std::string &value)
 
std::string * _internal_mutable_picc_cryptogram ()
 
const std::string & _internal_auth_context_id () const
 
PROTOBUF_ALWAYS_INLINE void _internal_set_auth_context_id (const std::string &value)
 
std::string * _internal_mutable_auth_context_id ()
 
bool _internal_has_diversification () const
 
const ::KeyDiversificationInfo_internal_diversification () const
 
::KeyDiversificationInfo_internal_mutable_diversification ()
 

Static Private Member Functions

::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName ()
 
static void ArenaDtor (void *object)
 

Private Attributes

::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr key_uuid_
 
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr picc_cryptogram_
 
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr auth_context_id_
 
::KeyDiversificationInfodiversification_
 
mutable::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
 

Friends

class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
template<typename T >
class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
 
struct ::TableStruct_iks_2eproto
 
void swap (CMSG_DesfireAuth_Step2 &a, CMSG_DesfireAuth_Step2 &b)
 

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kKeyUuidFieldNumber 
kPiccCryptogramFieldNumber 
kAuthContextIdFieldNumber 
kDiversificationFieldNumber 

Constructor & Destructor Documentation

◆ CMSG_DesfireAuth_Step2() [1/5]

CMSG_DesfireAuth_Step2::CMSG_DesfireAuth_Step2 ( )
inline

◆ ~CMSG_DesfireAuth_Step2()

CMSG_DesfireAuth_Step2::~CMSG_DesfireAuth_Step2 ( )
override

◆ CMSG_DesfireAuth_Step2() [2/5]

constexpr CMSG_DesfireAuth_Step2::CMSG_DesfireAuth_Step2 ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicitconstexpr

◆ CMSG_DesfireAuth_Step2() [3/5]

CMSG_DesfireAuth_Step2::CMSG_DesfireAuth_Step2 ( const CMSG_DesfireAuth_Step2 from)

◆ CMSG_DesfireAuth_Step2() [4/5]

CMSG_DesfireAuth_Step2::CMSG_DesfireAuth_Step2 ( CMSG_DesfireAuth_Step2 &&  from)
inlinenoexcept

◆ CMSG_DesfireAuth_Step2() [5/5]

CMSG_DesfireAuth_Step2::CMSG_DesfireAuth_Step2 ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
explicitprotected

Member Function Documentation

◆ _internal_auth_context_id()

const std::string & CMSG_DesfireAuth_Step2::_internal_auth_context_id ( ) const
inlineprivate

◆ _internal_diversification()

const ::KeyDiversificationInfo & CMSG_DesfireAuth_Step2::_internal_diversification ( ) const
inlineprivate

◆ _internal_has_diversification()

bool CMSG_DesfireAuth_Step2::_internal_has_diversification ( ) const
inlineprivate

◆ _internal_key_uuid()

const std::string & CMSG_DesfireAuth_Step2::_internal_key_uuid ( ) const
inlineprivate

◆ _internal_mutable_auth_context_id()

std::string * CMSG_DesfireAuth_Step2::_internal_mutable_auth_context_id ( )
inlineprivate

◆ _internal_mutable_diversification()

KeyDiversificationInfo * CMSG_DesfireAuth_Step2::_internal_mutable_diversification ( )
inlineprivate

◆ _internal_mutable_key_uuid()

std::string * CMSG_DesfireAuth_Step2::_internal_mutable_key_uuid ( )
inlineprivate

◆ _internal_mutable_picc_cryptogram()

std::string * CMSG_DesfireAuth_Step2::_internal_mutable_picc_cryptogram ( )
inlineprivate

◆ _internal_picc_cryptogram()

const std::string & CMSG_DesfireAuth_Step2::_internal_picc_cryptogram ( ) const
inlineprivate

◆ _internal_set_auth_context_id()

void CMSG_DesfireAuth_Step2::_internal_set_auth_context_id ( const std::string &  value)
inlineprivate

◆ _internal_set_key_uuid()

void CMSG_DesfireAuth_Step2::_internal_set_key_uuid ( const std::string &  value)
inlineprivate

◆ _internal_set_picc_cryptogram()

void CMSG_DesfireAuth_Step2::_internal_set_picc_cryptogram ( const std::string &  value)
inlineprivate

◆ _InternalParse()

const char * CMSG_DesfireAuth_Step2::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

PROTOBUF_NAMESPACE_ID::uint8 * CMSG_DesfireAuth_Step2::_InternalSerialize ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ ArenaDtor()

void CMSG_DesfireAuth_Step2::ArenaDtor ( void *  object)
staticprivate

◆ auth_context_id()

const std::string & CMSG_DesfireAuth_Step2::auth_context_id ( ) const
inline

◆ ByteSizeLong()

size_t CMSG_DesfireAuth_Step2::ByteSizeLong ( ) const
final

◆ Clear()

void CMSG_DesfireAuth_Step2::Clear ( )
final

◆ clear_auth_context_id()

void CMSG_DesfireAuth_Step2::clear_auth_context_id ( )
inline

◆ clear_diversification()

void CMSG_DesfireAuth_Step2::clear_diversification ( )
inline

◆ clear_key_uuid()

void CMSG_DesfireAuth_Step2::clear_key_uuid ( )
inline

◆ clear_picc_cryptogram()

void CMSG_DesfireAuth_Step2::clear_picc_cryptogram ( )
inline

◆ CopyFrom() [1/2]

void CMSG_DesfireAuth_Step2::CopyFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ CopyFrom() [2/2]

void CMSG_DesfireAuth_Step2::CopyFrom ( const CMSG_DesfireAuth_Step2 from)

◆ default_instance()

static const CMSG_DesfireAuth_Step2 & CMSG_DesfireAuth_Step2::default_instance ( )
inlinestatic

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * CMSG_DesfireAuth_Step2::descriptor ( )
inlinestatic

◆ diversification()

const ::KeyDiversificationInfo & CMSG_DesfireAuth_Step2::diversification ( ) const
inline

◆ FullMessageName()

::PROTOBUF_NAMESPACE_ID::StringPiece CMSG_DesfireAuth_Step2::FullMessageName ( )
inlinestaticprivate

◆ GetCachedSize()

int CMSG_DesfireAuth_Step2::GetCachedSize ( ) const
inlinefinal

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * CMSG_DesfireAuth_Step2::GetDescriptor ( )
inlinestatic

◆ GetMetadata()

PROTOBUF_NAMESPACE_ID::Metadata CMSG_DesfireAuth_Step2::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * CMSG_DesfireAuth_Step2::GetReflection ( )
inlinestatic

◆ has_diversification()

bool CMSG_DesfireAuth_Step2::has_diversification ( ) const
inline

◆ internal_default_instance()

static const CMSG_DesfireAuth_Step2 * CMSG_DesfireAuth_Step2::internal_default_instance ( )
inlinestatic

◆ InternalSwap()

void CMSG_DesfireAuth_Step2::InternalSwap ( CMSG_DesfireAuth_Step2 other)
private

◆ IsInitialized()

bool CMSG_DesfireAuth_Step2::IsInitialized ( ) const
final

◆ key_uuid()

const std::string & CMSG_DesfireAuth_Step2::key_uuid ( ) const
inline

◆ MergeFrom() [1/2]

void CMSG_DesfireAuth_Step2::MergeFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ MergeFrom() [2/2]

void CMSG_DesfireAuth_Step2::MergeFrom ( const CMSG_DesfireAuth_Step2 from)

◆ mutable_auth_context_id()

std::string * CMSG_DesfireAuth_Step2::mutable_auth_context_id ( )
inline

◆ mutable_diversification()

KeyDiversificationInfo * CMSG_DesfireAuth_Step2::mutable_diversification ( )
inline

◆ mutable_key_uuid()

std::string * CMSG_DesfireAuth_Step2::mutable_key_uuid ( )
inline

◆ mutable_picc_cryptogram()

std::string * CMSG_DesfireAuth_Step2::mutable_picc_cryptogram ( )
inline

◆ New() [1/2]

CMSG_DesfireAuth_Step2 * CMSG_DesfireAuth_Step2::New ( ) const
inlinefinal

◆ New() [2/2]

CMSG_DesfireAuth_Step2 * CMSG_DesfireAuth_Step2::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal

◆ operator=() [1/2]

CMSG_DesfireAuth_Step2 & CMSG_DesfireAuth_Step2::operator= ( CMSG_DesfireAuth_Step2 &&  from)
inlinenoexcept

◆ operator=() [2/2]

CMSG_DesfireAuth_Step2 & CMSG_DesfireAuth_Step2::operator= ( const CMSG_DesfireAuth_Step2 from)
inline

◆ picc_cryptogram()

const std::string & CMSG_DesfireAuth_Step2::picc_cryptogram ( ) const
inline

◆ RegisterArenaDtor()

void CMSG_DesfireAuth_Step2::RegisterArenaDtor ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
inlineprivate

◆ release_auth_context_id()

std::string * CMSG_DesfireAuth_Step2::release_auth_context_id ( )
inline

◆ release_diversification()

KeyDiversificationInfo * CMSG_DesfireAuth_Step2::release_diversification ( )
inline

◆ release_key_uuid()

std::string * CMSG_DesfireAuth_Step2::release_key_uuid ( )
inline

◆ release_picc_cryptogram()

std::string * CMSG_DesfireAuth_Step2::release_picc_cryptogram ( )
inline

◆ set_allocated_auth_context_id()

void CMSG_DesfireAuth_Step2::set_allocated_auth_context_id ( std::string *  auth_context_id)
inline

◆ set_allocated_diversification()

void CMSG_DesfireAuth_Step2::set_allocated_diversification ( ::KeyDiversificationInfo diversification)
inline

◆ set_allocated_key_uuid()

void CMSG_DesfireAuth_Step2::set_allocated_key_uuid ( std::string *  key_uuid)
inline

◆ set_allocated_picc_cryptogram()

void CMSG_DesfireAuth_Step2::set_allocated_picc_cryptogram ( std::string *  picc_cryptogram)
inline

◆ set_auth_context_id() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void CMSG_DesfireAuth_Step2::set_auth_context_id ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_auth_context_id() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void CMSG_DesfireAuth_Step2::set_auth_context_id ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

◆ set_key_uuid() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void CMSG_DesfireAuth_Step2::set_key_uuid ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_key_uuid() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void CMSG_DesfireAuth_Step2::set_key_uuid ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

◆ set_picc_cryptogram() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void CMSG_DesfireAuth_Step2::set_picc_cryptogram ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_picc_cryptogram() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void CMSG_DesfireAuth_Step2::set_picc_cryptogram ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

◆ SetCachedSize()

void CMSG_DesfireAuth_Step2::SetCachedSize ( int  size) const
finalprivate

◆ SharedCtor()

void CMSG_DesfireAuth_Step2::SharedCtor ( )
private

◆ SharedDtor()

void CMSG_DesfireAuth_Step2::SharedDtor ( )
private

◆ Swap()

void CMSG_DesfireAuth_Step2::Swap ( CMSG_DesfireAuth_Step2 other)
inline

◆ unsafe_arena_release_diversification()

KeyDiversificationInfo * CMSG_DesfireAuth_Step2::unsafe_arena_release_diversification ( )
inline

◆ unsafe_arena_set_allocated_diversification()

void CMSG_DesfireAuth_Step2::unsafe_arena_set_allocated_diversification ( ::KeyDiversificationInfo diversification)
inline

◆ UnsafeArenaSwap()

void CMSG_DesfireAuth_Step2::UnsafeArenaSwap ( CMSG_DesfireAuth_Step2 other)
inline

Friends And Related Function Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T >
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

◆ ::TableStruct_iks_2eproto

friend struct ::TableStruct_iks_2eproto
friend

◆ swap

void swap ( CMSG_DesfireAuth_Step2 a,
CMSG_DesfireAuth_Step2 b 
)
friend

Member Data Documentation

◆ _cached_size_

mutable::PROTOBUF_NAMESPACE_ID::internal::CachedSize CMSG_DesfireAuth_Step2::_cached_size_
private

◆ auth_context_id_

::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr CMSG_DesfireAuth_Step2::auth_context_id_
private

◆ diversification_

::KeyDiversificationInfo* CMSG_DesfireAuth_Step2::diversification_
private

◆ key_uuid_

::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr CMSG_DesfireAuth_Step2::key_uuid_
private

◆ kIndexInFileMessages

constexpr int CMSG_DesfireAuth_Step2::kIndexInFileMessages
staticconstexpr
Initial value:
=
12

◆ picc_cryptogram_

::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr CMSG_DesfireAuth_Step2::picc_cryptogram_
private

The documentation for this class was generated from the following files: