Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getSelectedHashAlgorithm (0.09 seconds)

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

            return new int[] { HASH_ALGO_SHA512 };
        }
    
        /**
         * Gets the selected hash algorithm.
         *
         * @return the hash algorithm
         */
        public int getSelectedHashAlgorithm() {
            return selectedHashAlgorithm;
        }
    
        /**
         * Calculates hash according to SMB 3.1.1 preauth integrity specification.
         *
         * @param previousHash the previous hash in the chain
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sun Aug 31 08:00:57 GMT 2025
    - 12.1K bytes
    - Click Count (0)
Back to Top