- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for secureWipeKeys (0.05 seconds)
-
src/main/java/jcifs/internal/smb2/Smb2EncryptionContext.java
keyManager.storeSessionKey(decKeyId, newDecryptionKey, "AES"); log.debug("Keys rotated successfully in SecureKeyManager"); } else { // Securely wipe old keys secureWipeKeys(); // Store new keys this.encryptionKey = newEncryptionKey.clone(); this.decryptionKey = newDecryptionKey.clone(); } // Reset rotation tracking
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 35.5K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb2/Smb2EncryptionContextTest.java
// When context.secureWipeKeys(); // Then - keys should be wiped (we can't directly access them, but method should complete) assertDoesNotThrow(() -> context.secureWipeKeys(), "Should handle multiple wipe calls"); } @TestCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 44.1K bytes - Click Count (0)