class CryptCreateKeyResponse
Defined at line 569 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h
Public Methods
void CryptCreateKeyResponse (Storage_ storage)
void CryptCreateKeyResponse (::std::array<uint8_t, 16> wrapping_key_id, ::std::vector<uint8_t> wrapped_key, ::std::vector<uint8_t> unwrapped_key)
void CryptCreateKeyResponse ()
Default constructs a |CryptCreateKeyResponse| only if all of its members are default constructible.
Defined at line 579 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h
void CryptCreateKeyResponse (CryptCreateKeyResponse && )
Defined at line 582 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h
void CryptCreateKeyResponse (const CryptCreateKeyResponse & other)
CryptCreateKeyResponse & operator= (CryptCreateKeyResponse && )
Defined at line 583 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h
CryptCreateKeyResponse & operator= (const CryptCreateKeyResponse & other)
bool operator== (const CryptCreateKeyResponse & other)
bool operator!= (const CryptCreateKeyResponse & other)
const ::std::array<uint8_t, 16> & wrapping_key_id ()
::std::array<uint8_t, 16> & wrapping_key_id ()
CryptCreateKeyResponse & wrapping_key_id (::std::array<uint8_t, 16> value)
Setter for wrapping_key_id.
const ::std::vector<uint8_t> & wrapped_key ()
::std::vector<uint8_t> & wrapped_key ()
CryptCreateKeyResponse & wrapped_key (::std::vector<uint8_t> value)
Setter for wrapped_key.
const ::std::vector<uint8_t> & unwrapped_key ()
::std::vector<uint8_t> & unwrapped_key ()
CryptCreateKeyResponse & unwrapped_key (::std::vector<uint8_t> value)
Setter for unwrapped_key.
void CryptCreateKeyResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits