class FscryptKeyIdentifierAndNonce

Defined at line 291 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h

Public Methods

void FscryptKeyIdentifierAndNonce (Storage_ storage)
void FscryptKeyIdentifierAndNonce (::std::array<uint8_t, 16> key_identifier, ::std::array<uint8_t, 16> nonce)
void FscryptKeyIdentifierAndNonce ()

Default constructs a |FscryptKeyIdentifierAndNonce| only if all of its members are default constructible.

Defined at line 301 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h

void FscryptKeyIdentifierAndNonce (FscryptKeyIdentifierAndNonce && )

Defined at line 304 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h

void FscryptKeyIdentifierAndNonce (const FscryptKeyIdentifierAndNonce & other)
FscryptKeyIdentifierAndNonce & operator= (FscryptKeyIdentifierAndNonce && )

Defined at line 305 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h

FscryptKeyIdentifierAndNonce & operator= (const FscryptKeyIdentifierAndNonce & other)
bool operator== (const FscryptKeyIdentifierAndNonce & other)
bool operator!= (const FscryptKeyIdentifierAndNonce & other)
const ::std::array<uint8_t, 16> & key_identifier ()
::std::array<uint8_t, 16> & key_identifier ()
FscryptKeyIdentifierAndNonce & key_identifier (::std::array<uint8_t, 16> value)

Setter for key_identifier.

const ::std::array<uint8_t, 16> & nonce ()
::std::array<uint8_t, 16> & nonce ()
FscryptKeyIdentifierAndNonce & nonce (::std::array<uint8_t, 16> value)

Setter for nonce.

void FscryptKeyIdentifierAndNonce (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits