fidl_fuchsia_weave

Type Alias 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 */ }