Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for decryptCredentials (0.2 sec)

  1. 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)
Back to top