Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isHashAlgorithmSupported (0.13 sec)

  1. src/main/java/jcifs/smb/PreauthIntegrityService.java

            }
            if (salt == null || salt.length < 16) {
                throw new CIFSException("Invalid preauth salt: minimum 16 bytes required");
            }
            if (!isHashAlgorithmSupported(hashAlgorithm)) {
                throw new CIFSException("Unsupported hash algorithm: " + hashAlgorithm);
            }
    
            PreauthIntegrityContext context = new PreauthIntegrityContext(salt, hashAlgorithm);
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 12.1K bytes
    - Viewed (0)
Back to top