class VerificationOptions
Defined at line 1150 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
Set of options used to enable verity on a file.
Public Methods
void VerificationOptions (Storage_ storage)
void VerificationOptions ()
Defined at line 1155 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
void VerificationOptions (VerificationOptions && )
Defined at line 1156 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
void VerificationOptions (const VerificationOptions & other)
VerificationOptions & operator= (VerificationOptions && )
Defined at line 1157 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
VerificationOptions & operator= (const VerificationOptions & other)
bool operator== (const VerificationOptions & other)
bool operator!= (const VerificationOptions & other)
bool IsEmpty ()
const std::optional< ::fuchsia_io::HashAlgorithm> & hash_algorithm ()
::std::optional< ::fuchsia_io::HashAlgorithm> & hash_algorithm ()
VerificationOptions & hash_algorithm (std::optional< ::fuchsia_io::HashAlgorithm> value)
Setter for hash_algorithm.
const std::optional< ::std::vector<uint8_t>> & salt ()
`salt` is prepended to each block before it is hashed.
::std::optional< ::std::vector<uint8_t>> & salt ()
`salt` is prepended to each block before it is hashed.
VerificationOptions & salt (std::optional< ::std::vector<uint8_t>> value)
`salt` is prepended to each block before it is hashed.
void VerificationOptions (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits