class EncryptedMessage

Defined at line 91 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

-------------------------------------------------------------------

Public Members

static const int kIndexInFileMessages
static EncryptedMessage_EncryptionScheme NONE
static EncryptedMessage_EncryptionScheme HYBRID_ECDH_V1
static EncryptedMessage_EncryptionScheme HYBRID_TINK
static EncryptedMessage_EncryptionScheme EncryptionScheme_MIN
static EncryptedMessage_EncryptionScheme EncryptionScheme_MAX
static const int EncryptionScheme_ARRAYSIZE

Protected Members

static const ::google::protobuf::internal::ClassDataLite<24> _class_data_

Public Methods

void EncryptedMessage ()

Defined at line 95 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

template <typename = void>
void EncryptedMessage (::google::protobuf::internal::ConstantInitialized )
void CopyFrom (const EncryptedMessage & from)
void Clear ()
::size_t ByteSizeLong ()
void EncryptedMessage (const EncryptedMessage & from)

Defined at line 109 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

void EncryptedMessage (EncryptedMessage && from)

Defined at line 110 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

EncryptedMessage & operator= (const EncryptedMessage & from)

Defined at line 112 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

EncryptedMessage & operator= (EncryptedMessage && from)

Defined at line 116 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

const std::string & unknown_fields ()

Defined at line 126 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

std::string * mutable_unknown_fields ()

Defined at line 130 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

const EncryptedMessage & default_instance ()

Defined at line 135 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

const EncryptedMessage * internal_default_instance ()

Defined at line 138 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

void Swap (EncryptedMessage * other)

Defined at line 144 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

void UnsafeArenaSwap (EncryptedMessage * other)

Defined at line 152 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

EncryptedMessage * New (::google::protobuf::Arena * arena)

implements Message ----------------------------------------------

Defined at line 160 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

void MergeFrom (const EncryptedMessage & from)

Defined at line 164 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

bool IsInitialized ()

Defined at line 171 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

int GetCachedSize ()

Defined at line 195 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

bool EncryptionScheme_IsValid (int value)

Defined at line 226 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

template <typename T>
const std::string & EncryptionScheme_Name (T value)

Defined at line 233 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

bool EncryptionScheme_Parse (absl::string_view name, EncryptionScheme * value)

Defined at line 236 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

void ~EncryptedMessage ()
::uint8_t * _InternalSerialize (::uint8_t * target, ::google::protobuf::io::EpsCopyOutputStream * stream)
void clear_public_key_fingerprint ()

bytes public_key_fingerprint = 2;

Defined at line 412 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

const std::string & public_key_fingerprint ()

Defined at line 416 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

template <typename Arg_ = const std::string&, typename... Args_>
void set_public_key_fingerprint (Arg_ && arg, Args_... args)

Defined at line 422 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

std::string * mutable_public_key_fingerprint ()

Defined at line 428 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

std::string * release_public_key_fingerprint ()

Defined at line 445 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

void set_allocated_public_key_fingerprint (std::string * value)

Defined at line 450 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

void clear_ciphertext ()

bytes ciphertext = 3;

Defined at line 508 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

const std::string & ciphertext ()

Defined at line 512 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

template <typename Arg_ = const std::string&, typename... Args_>
void set_ciphertext (Arg_ && arg, Args_... args)

Defined at line 518 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

std::string * mutable_ciphertext ()

Defined at line 524 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

std::string * release_ciphertext ()

Defined at line 541 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

void set_allocated_ciphertext (std::string * value)

Defined at line 546 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

void clear_contribution_id ()

bytes contribution_id = 5;

Defined at line 460 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

const std::string & contribution_id ()

Defined at line 464 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

template <typename Arg_ = const std::string&, typename... Args_>
void set_contribution_id (Arg_ && arg, Args_... args)

Defined at line 470 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

std::string * mutable_contribution_id ()

Defined at line 476 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

std::string * release_contribution_id ()

Defined at line 493 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

void set_allocated_contribution_id (std::string * value)

Defined at line 498 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

void clear_scheme ()

.cobalt.EncryptedMessage.EncryptionScheme scheme = 1;

Defined at line 368 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

::cobalt::EncryptedMessage_EncryptionScheme scheme ()

Defined at line 372 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

void set_scheme (::cobalt::EncryptedMessage_EncryptionScheme value)

Defined at line 376 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

void clear_key_index ()

uint32 key_index = 4;

Defined at line 390 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

::uint32_t key_index ()

Defined at line 394 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

void set_key_index (::uint32_t value)

Defined at line 398 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

Protected Methods

void EncryptedMessage (::google::protobuf::Arena * arena, const EncryptedMessage & from)
void EncryptedMessage (::google::protobuf::Arena * arena, EncryptedMessage && from)

Defined at line 210 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

void EncryptedMessage (::google::protobuf::Arena * arena)
const ::google::protobuf::internal::ClassData * GetClassData ()
void * PlacementNew_ (const void * , void * mem, ::google::protobuf::Arena * arena)
auto InternalNewImpl_ ()

Enumerations

enum 
Name Value
kPublicKeyFingerprintFieldNumber 2
kCiphertextFieldNumber 3
kContributionIdFieldNumber 5
kSchemeFieldNumber 1
kKeyIndexFieldNumber 4

accessors -------------------------------------------------------

Defined at line 241 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

Friends

class TableStruct_src_2fpb_2fencrypted_5fmessage_2eproto
template <typename T>
class InternalHelper
class Arena
class MessageLite
class TcParser
template <typename T>
basic_string_view EncryptedMessage ()
void EncryptedMessage (EncryptedMessage & aEncryptedMessage & b)