Type Alias fidl_fuchsia_weave::PrivateKey
source · pub type PrivateKey = Vec<u8>;
Expand description
Bytes representing a wrapped private key. Since the size of the wrapping is
implementation-defined, the bytes are only bounded by MAX. The bytes should
be considered opaque, both in structure and in content, as the value is only
meaningful to operations such as [Provisioner.GenerateKeyPair
].
Aliased Type§
struct PrivateKey { /* private fields */ }