[−][src]Trait dsf_core::wire::builder::EncodeEncrypted
Internal trait to support encoding of optionally encrypted objects in a generic buffer
Required methods
Loading content...Implementors
impl<C: AsRef<[Options]>, E: ImmutableData> EncodeEncrypted for OptionsList<C, E>[src]
fn encode<B: MutableData>(
&self,
buf: B,
secret_key: Option<&SecretKey>
) -> Result<usize, Error>[src]
&self,
buf: B,
secret_key: Option<&SecretKey>
) -> Result<usize, Error>
Encode and optionally encrypt options