Searched refs:with_deprecated_encryption (Results 1 – 4 of 4) sorted by relevance
13 fn with_deprecated_encryption(self, password: &[u8]) -> Self; in with_deprecated_encryption() method16 fn with_deprecated_encryption(self, password: &[u8]) -> Self { in with_deprecated_encryption() method17 self.with_deprecated_encryption(password) in with_deprecated_encryption()
193 pub(crate) fn with_deprecated_encryption(mut self, password: &[u8]) -> FileOptions { in with_deprecated_encryption() method
11 - Added experimental [`zip::unstable::write::FileOptions::with_deprecated_encryption`] API to enabl…
29 …archive.start_file("name", zip::write::FileOptions::default().with_deprecated_encryption(b"passwor… in encrypting_file()