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