- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for bytesToChars (0.4 seconds)
-
src/main/java/jcifs/util/SecureCredentialStorage.java
// Decrypt byte[] plaintextBytes = cipher.doFinal(encryptedData); try { // Convert bytes back to char[] return bytesToChars(plaintextBytes); } finally { // Securely wipe plaintext bytes - guaranteed by try-finally if (plaintextBytes != null) { SecureKeyManager.secureWipe(plaintextBytes);Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 12.7K bytes - Click Count (0)