[−][src]Trait loco_protocol::secure::SecureDataRead
Required methods
pub fn decrypt_data(
&mut self,
crypto: &impl LocoCrypto,
header: &SecureHeader
) -> Result<Vec<u8>, Error>[src]
&mut self,
crypto: &impl LocoCrypto,
header: &SecureHeader
) -> Result<Vec<u8>, Error>
Implementors
impl<T: Read + ReadCommand> SecureDataRead for T[src]
pub fn decrypt_data(
&mut self,
crypto: &impl LocoCrypto,
header: &SecureHeader
) -> Result<Vec<u8>, Error>[src]
&mut self,
crypto: &impl LocoCrypto,
header: &SecureHeader
) -> Result<Vec<u8>, Error>