Function test_util::encryption::new_test_key_manager [−][src]
pub fn new_test_key_manager(
tmp_dir: &TempDir,
method: Option<EncryptionMethod>,
master_key: Option<MasterKeyConfig>,
previous_master_key: Option<MasterKeyConfig>
) -> Result<Option<DataKeyManager>>