|
LibLogicalAccess
2.5.0
An Open Source RFID Library
|
#include <iks.pb.h>
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_AESOperation & | operator= (const CMSG_AESOperation &from) |
| CMSG_AESOperation & | operator= (CMSG_AESOperation &&from) noexcept |
| void | Swap (CMSG_AESOperation *other) |
| void | UnsafeArenaSwap (CMSG_AESOperation *other) |
| CMSG_AESOperation * | New () const final |
| CMSG_AESOperation * | New (::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 ::KeyDiversificationInfo & | diversification () const |
| PROTOBUF_FUTURE_MUST_USE_RESULT::KeyDiversificationInfo * | release_diversification () |
| ::KeyDiversificationInfo * | mutable_diversification () |
| void | set_allocated_diversification (::KeyDiversificationInfo *diversification) |
| void | unsafe_arena_set_allocated_diversification (::KeyDiversificationInfo *diversification) |
| ::KeyDiversificationInfo * | unsafe_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_AESOperation & | default_instance () |
| static const CMSG_AESOperation * | internal_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_ |
| ::KeyDiversificationInfo * | diversification_ |
| 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) |
|
private |
|
private |
| anonymous enum : int |
|
inline |
|
override |
|
explicitconstexpr |
| CMSG_AESOperation::CMSG_AESOperation | ( | const CMSG_AESOperation & | from | ) |
|
inlinenoexcept |
|
explicitprotected |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
final |
|
final |
|
staticprivate |
|
final |
|
final |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
final |
| void CMSG_AESOperation::CopyFrom | ( | const CMSG_AESOperation & | from | ) |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inlinestaticprivate |
|
inlinefinal |
|
inlinestatic |
|
final |
|
inlinestatic |
|
inline |
|
inlinestatic |
|
private |
|
final |
|
inline |
|
inline |
|
final |
| void CMSG_AESOperation::MergeFrom | ( | const CMSG_AESOperation & | from | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinefinal |
|
inlinefinal |
|
inlinenoexcept |
|
inline |
|
inline |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void CMSG_AESOperation::set_iv | ( | ArgT0 && | arg0, |
| ArgT... | args | ||
| ) |
|
inline |
| void CMSG_AESOperation::set_key_uuid | ( | ArgT0 && | arg0, |
| ArgT... | args | ||
| ) |
|
inline |
| void CMSG_AESOperation::set_payload | ( | ArgT0 && | arg0, |
| ArgT... | args | ||
| ) |
|
inline |
|
inline |
|
finalprivate |
|
private |
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |
|
friend |
|
friend |
|
private |
|
private |
|
private |
|
private |
|
staticconstexpr |
|
private |
|
private |
1.9.6