- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for EncryptedString (0.07 seconds)
-
src/main/java/jcifs/util/SecureCredentialStorage.java
/** * Decrypt credentials from a base64 string * * @param encryptedString base64 encoded encrypted credentials * @return decrypted credentials * @throws GeneralSecurityException if decryption fails */ public char[] decryptFromString(String encryptedString) throws GeneralSecurityException { if (encryptedString == null) { return null; }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)