class EncryptedMessage

Defined at line 109 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

Public Methods

void CopyFrom (const EncryptedMessage & from)
void Clear ()
::size_t ByteSizeLong ()
void EncryptedMessage ()

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

void EncryptedMessage (const EncryptedMessage & from)

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

void EncryptedMessage (EncryptedMessage && from)

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

EncryptedMessage & operator= (const EncryptedMessage & from)

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

EncryptedMessage & operator= (EncryptedMessage && from)

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

const ::std::string & unknown_fields ()

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

::std::string * mutable_unknown_fields ()

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

const EncryptedMessage & default_instance ()

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

void Swap (EncryptedMessage * other)

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

void UnsafeArenaSwap (EncryptedMessage * other)

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

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

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

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

void MergeFrom (const EncryptedMessage & from)

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

bool IsInitialized ()

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

int GetCachedSize ()

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

bool EncryptionScheme_IsValid (int value)

Defined at line 245 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 252 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

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

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

void ~EncryptedMessage ()
template <typename = void>
void EncryptedMessage (::google::protobuf::internal::ConstantInitialized , const ::google::protobuf::internal::ClassData * class_data)
::uint8_t * _InternalSerialize (::uint8_t * target, ::google::protobuf::io::EpsCopyOutputStream * stream)
auto InternalGenerateClassData_ (const MessageLite & prototype, const ::google::protobuf::internal::TcParseTableBase * tc_table)
void clear_public_key_fingerprint ()

bytes public_key_fingerprint = 2;

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

const ::std::string & public_key_fingerprint ()

Defined at line 447 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 453 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

::std::string * mutable_public_key_fingerprint ()

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

::std::string * release_public_key_fingerprint ()

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

void set_allocated_public_key_fingerprint (::std::string * value)

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

void clear_ciphertext ()

bytes ciphertext = 3;

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

const ::std::string & ciphertext ()

Defined at line 575 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 581 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

::std::string * mutable_ciphertext ()

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

::std::string * release_ciphertext ()

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

void set_allocated_ciphertext (::std::string * value)

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

void clear_contribution_id ()

bytes contribution_id = 5;

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

const ::std::string & contribution_id ()

Defined at line 511 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 517 of file gen/third_party/cobalt/src/pb/encrypted_message.pb.h

::std::string * mutable_contribution_id ()

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

::std::string * release_contribution_id ()

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

void set_allocated_contribution_id (::std::string * value)

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

void clear_scheme ()

.cobalt.EncryptedMessage.EncryptionScheme scheme = 1;

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

::cobalt::EncryptedMessage_EncryptionScheme scheme ()

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

void set_scheme (::cobalt::EncryptedMessage_EncryptionScheme value)

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

void clear_key_index ()

uint32 key_index = 4;

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

::uint32_t key_index ()

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

void set_key_index (::uint32_t value)

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

Enumerations

enum (unnamed) : int
Name Value
kPublicKeyFingerprintFieldNumber 2
kCiphertextFieldNumber 3
kContributionIdFieldNumber 5
kSchemeFieldNumber 1
kKeyIndexFieldNumber 4

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

Defined at line 261 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 PrivateAccess
class Arena
class MessageLite
class TcParser
template <typename T>
basic_string_view EncryptedMessage ()
void EncryptedMessage (EncryptedMessage & aEncryptedMessage & b)