- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for secureWipePassword (0.06 sec)
-
src/test/java/jcifs/smb/NtlmPasswordAuthenticatorTest.java
// Perform secure wipe auth.secureWipePassword(); // Password should be null after wipe assertNull(auth.getPassword()); assertNull(auth.getPasswordAsCharArray()); // Calling wipe again should be safe auth.secureWipePassword(); assertNull(auth.getPassword()); } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 23.3K bytes - Viewed (0) -
src/main/java/jcifs/smb/NtlmPasswordAuthenticator.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 30.3K bytes - Viewed (0)