Get the key ring (if configured). Used for dual-key decryption during replay.
(&self)
| 87 | |
| 88 | /// Get the key ring (if configured). Used for dual-key decryption during replay. |
| 89 | pub fn encryption_ring(&self) -> Option<&nodedb_wal::crypto::KeyRing> { |
| 90 | self.encryption_ring.as_ref() |
| 91 | } |
| 92 | |
| 93 | /// Set the encryption key ring. All subsequent records will be encrypted. |
| 94 | /// |