Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getSelectedHashAlgorithm (1.25 sec)

  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
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 12.1K bytes
    - Viewed (0)
Back to top