Get the current key (for encryption operations).
(&self)
| 325 | |
| 326 | /// Get the current key (for encryption operations). |
| 327 | pub fn current(&self) -> &WalEncryptionKey { |
| 328 | &self.current |
| 329 | } |
| 330 | |
| 331 | /// Whether a previous key is present (rotation in progress). |
| 332 | pub fn has_previous(&self) -> bool { |
no outgoing calls
no test coverage detected