- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for EncryptedString (0.05 sec)
-
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; }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 12.7K bytes - Viewed (0)