[][src]Trait loco_protocol::secure::SecureDataRead

pub trait SecureDataRead {
    pub fn decrypt_data(
        &mut self,
        crypto: &impl LocoCrypto,
        header: &SecureHeader
    ) -> Result<Vec<u8>, Error>; }

Required methods

pub fn decrypt_data(
    &mut self,
    crypto: &impl LocoCrypto,
    header: &SecureHeader
) -> Result<Vec<u8>, Error>
[src]

Loading content...

Implementors

impl<T: Read + ReadCommand> SecureDataRead for T[src]

Loading content...