- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testEncryptDecryptNull (0.08 sec)
-
src/test/java/jcifs/util/SecureCredentialStorageTest.java
assertNotNull(decrypted, "Decrypted empty data should not be null"); assertEquals(0, decrypted.length, "Decrypted empty array should have zero length"); } @Test public void testEncryptDecryptNull() throws Exception { byte[] encrypted = storage.encryptCredentials(null); assertNull(encrypted, "Encrypting null should return null"); char[] decrypted = storage.decryptCredentials(null);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 12.7K bytes - Viewed (0)