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_AESOperation Class Referencefinal

#include <iks.pb.h>

Inheritance diagram for CMSG_AESOperation:

Classes

class  _Internal
 

Public Types

enum  : int {
  kKeyUuidFieldNumber = 1 , kPayloadFieldNumber = 3 , kIvFieldNumber = 4 , kDiversificationFieldNumber = 6 ,
  kRequestSignatureFieldNumber = 5
}
 

Public Member Functions

 CMSG_AESOperation ()
 
 ~CMSG_AESOperation () override
 
constexpr CMSG_AESOperation (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 CMSG_AESOperation (const CMSG_AESOperation &from)
 
 CMSG_AESOperation (CMSG_AESOperation &&from) noexcept
 
CMSG_AESOperationoperator= (const CMSG_AESOperation &from)
 
CMSG_AESOperationoperator= (CMSG_AESOperation &&from) noexcept
 
void Swap (CMSG_AESOperation *other)
 
void UnsafeArenaSwap (CMSG_AESOperation *other)
 
CMSG_AESOperationNew () const final
 
CMSG_AESOperationNew (::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_AESOperation &from)
 
void MergeFrom (const CMSG_AESOperation &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_payload ()
 
const std::string & payload () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_payload (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_payload ()
 
PROTOBUF_FUTURE_MUST_USE_RESULT std::string * release_payload ()
 
void set_allocated_payload (std::string *payload)
 
void clear_iv ()
 
const std::string & iv () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_iv (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_iv ()
 
PROTOBUF_FUTURE_MUST_USE_RESULT std::string * release_iv ()
 
void set_allocated_iv (std::string *iv)
 
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 ()
 
void clear_request_signature ()
 
bool request_signature () const
 
void set_request_signature (bool value)
 
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_payload (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_iv (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_AESOperationdefault_instance ()
 
static const CMSG_AESOperationinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Protected Member Functions

 CMSG_AESOperation (::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_AESOperation *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_payload () const
 
PROTOBUF_ALWAYS_INLINE void _internal_set_payload (const std::string &value)
 
std::string * _internal_mutable_payload ()
 
const std::string & _internal_iv () const
 
PROTOBUF_ALWAYS_INLINE void _internal_set_iv (const std::string &value)
 
std::string * _internal_mutable_iv ()
 
bool _internal_has_diversification () const
 
const ::KeyDiversificationInfo_internal_diversification () const
 
::KeyDiversificationInfo_internal_mutable_diversification ()
 
bool _internal_request_signature () const
 
void _internal_set_request_signature (bool value)
 

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 payload_
 
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr iv_
 
::KeyDiversificationInfodiversification_
 
bool request_signature_
 
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_AESOperation &a, CMSG_AESOperation &b)
 

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kKeyUuidFieldNumber 
kPayloadFieldNumber 
kIvFieldNumber 
kDiversificationFieldNumber 
kRequestSignatureFieldNumber 

Constructor & Destructor Documentation

◆ CMSG_AESOperation() [1/5]

CMSG_AESOperation::CMSG_AESOperation ( )
inline

◆ ~CMSG_AESOperation()

CMSG_AESOperation::~CMSG_AESOperation ( )
override

◆ CMSG_AESOperation() [2/5]

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

◆ CMSG_AESOperation() [3/5]

CMSG_AESOperation::CMSG_AESOperation ( const CMSG_AESOperation from)

◆ CMSG_AESOperation() [4/5]

CMSG_AESOperation::CMSG_AESOperation ( CMSG_AESOperation &&  from)
inlinenoexcept

◆ CMSG_AESOperation() [5/5]

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

Member Function Documentation

◆ _internal_diversification()

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

◆ _internal_has_diversification()

bool CMSG_AESOperation::_internal_has_diversification ( ) const
inlineprivate

◆ _internal_iv()

const std::string & CMSG_AESOperation::_internal_iv ( ) const
inlineprivate

◆ _internal_key_uuid()

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

◆ _internal_mutable_diversification()

KeyDiversificationInfo * CMSG_AESOperation::_internal_mutable_diversification ( )
inlineprivate

◆ _internal_mutable_iv()

std::string * CMSG_AESOperation::_internal_mutable_iv ( )
inlineprivate

◆ _internal_mutable_key_uuid()

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

◆ _internal_mutable_payload()

std::string * CMSG_AESOperation::_internal_mutable_payload ( )
inlineprivate

◆ _internal_payload()

const std::string & CMSG_AESOperation::_internal_payload ( ) const
inlineprivate

◆ _internal_request_signature()

bool CMSG_AESOperation::_internal_request_signature ( ) const
inlineprivate

◆ _internal_set_iv()

void CMSG_AESOperation::_internal_set_iv ( const std::string &  value)
inlineprivate

◆ _internal_set_key_uuid()

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

◆ _internal_set_payload()

void CMSG_AESOperation::_internal_set_payload ( const std::string &  value)
inlineprivate

◆ _internal_set_request_signature()

void CMSG_AESOperation::_internal_set_request_signature ( bool  value)
inlineprivate

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ArenaDtor()

void CMSG_AESOperation::ArenaDtor ( void *  object)
staticprivate

◆ ByteSizeLong()

size_t CMSG_AESOperation::ByteSizeLong ( ) const
final

◆ Clear()

void CMSG_AESOperation::Clear ( )
final

◆ clear_diversification()

void CMSG_AESOperation::clear_diversification ( )
inline

◆ clear_iv()

void CMSG_AESOperation::clear_iv ( )
inline

◆ clear_key_uuid()

void CMSG_AESOperation::clear_key_uuid ( )
inline

◆ clear_payload()

void CMSG_AESOperation::clear_payload ( )
inline

◆ clear_request_signature()

void CMSG_AESOperation::clear_request_signature ( )
inline

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

void CMSG_AESOperation::CopyFrom ( const CMSG_AESOperation from)

◆ default_instance()

static const CMSG_AESOperation & CMSG_AESOperation::default_instance ( )
inlinestatic

◆ descriptor()

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

◆ diversification()

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

◆ FullMessageName()

::PROTOBUF_NAMESPACE_ID::StringPiece CMSG_AESOperation::FullMessageName ( )
inlinestaticprivate

◆ GetCachedSize()

int CMSG_AESOperation::GetCachedSize ( ) const
inlinefinal

◆ GetDescriptor()

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

◆ GetMetadata()

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

◆ GetReflection()

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

◆ has_diversification()

bool CMSG_AESOperation::has_diversification ( ) const
inline

◆ internal_default_instance()

static const CMSG_AESOperation * CMSG_AESOperation::internal_default_instance ( )
inlinestatic

◆ InternalSwap()

void CMSG_AESOperation::InternalSwap ( CMSG_AESOperation other)
private

◆ IsInitialized()

bool CMSG_AESOperation::IsInitialized ( ) const
final

◆ iv()

const std::string & CMSG_AESOperation::iv ( ) const
inline

◆ key_uuid()

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

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

void CMSG_AESOperation::MergeFrom ( const CMSG_AESOperation from)

◆ mutable_diversification()

KeyDiversificationInfo * CMSG_AESOperation::mutable_diversification ( )
inline

◆ mutable_iv()

std::string * CMSG_AESOperation::mutable_iv ( )
inline

◆ mutable_key_uuid()

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

◆ mutable_payload()

std::string * CMSG_AESOperation::mutable_payload ( )
inline

◆ New() [1/2]

CMSG_AESOperation * CMSG_AESOperation::New ( ) const
inlinefinal

◆ New() [2/2]

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ payload()

const std::string & CMSG_AESOperation::payload ( ) const
inline

◆ RegisterArenaDtor()

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

◆ release_diversification()

KeyDiversificationInfo * CMSG_AESOperation::release_diversification ( )
inline

◆ release_iv()

std::string * CMSG_AESOperation::release_iv ( )
inline

◆ release_key_uuid()

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

◆ release_payload()

std::string * CMSG_AESOperation::release_payload ( )
inline

◆ request_signature()

bool CMSG_AESOperation::request_signature ( ) const
inline

◆ set_allocated_diversification()

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

◆ set_allocated_iv()

void CMSG_AESOperation::set_allocated_iv ( std::string *  iv)
inline

◆ set_allocated_key_uuid()

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

◆ set_allocated_payload()

void CMSG_AESOperation::set_allocated_payload ( std::string *  payload)
inline

◆ set_iv() [1/2]

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

◆ set_iv() [2/2]

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

◆ set_key_uuid() [1/2]

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

◆ set_key_uuid() [2/2]

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

◆ set_payload() [1/2]

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

◆ set_payload() [2/2]

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

◆ set_request_signature()

void CMSG_AESOperation::set_request_signature ( bool  value)
inline

◆ SetCachedSize()

void CMSG_AESOperation::SetCachedSize ( int  size) const
finalprivate

◆ SharedCtor()

void CMSG_AESOperation::SharedCtor ( )
private

◆ SharedDtor()

void CMSG_AESOperation::SharedDtor ( )
private

◆ Swap()

void CMSG_AESOperation::Swap ( CMSG_AESOperation other)
inline

◆ unsafe_arena_release_diversification()

KeyDiversificationInfo * CMSG_AESOperation::unsafe_arena_release_diversification ( )
inline

◆ unsafe_arena_set_allocated_diversification()

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

◆ UnsafeArenaSwap()

void CMSG_AESOperation::UnsafeArenaSwap ( CMSG_AESOperation 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_AESOperation a,
CMSG_AESOperation b 
)
friend

Member Data Documentation

◆ _cached_size_

mutable::PROTOBUF_NAMESPACE_ID::internal::CachedSize CMSG_AESOperation::_cached_size_
private

◆ diversification_

::KeyDiversificationInfo* CMSG_AESOperation::diversification_
private

◆ iv_

::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr CMSG_AESOperation::iv_
private

◆ key_uuid_

::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr CMSG_AESOperation::key_uuid_
private

◆ kIndexInFileMessages

constexpr int CMSG_AESOperation::kIndexInFileMessages
staticconstexpr
Initial value:
=
6

◆ payload_

::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr CMSG_AESOperation::payload_
private

◆ request_signature_

bool CMSG_AESOperation::request_signature_
private

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