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