- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for decryptCredentials (0.78 sec)
-
src/main/java/jcifs/util/SecureCredentialStorage.java
if (plaintextBytes != null) { SecureKeyManager.secureWipe(plaintextBytes); } } } public char[] decryptCredentials(byte[] ciphertext) throws GeneralSecurityException { checkNotDestroyed(); if (ciphertext == null || ciphertext.length <= GCM_IV_SIZE) { return null; }
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 12.7K bytes - Viewed (0)