Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for checkPreauthContext (0.07 seconds)

  1. src/main/java/jcifs/internal/smb2/nego/Smb2NegotiateResponse.java

                    foundPreauth = true;
                    final PreauthIntegrityNegotiateContext pi = (PreauthIntegrityNegotiateContext) ncr;
                    if (!checkPreauthContext(req, pi)) {
                        return false;
                    }
                    this.selectedPreauthHash = pi.getHashAlgos()[0];
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sun Aug 31 08:00:57 GMT 2025
    - 24K bytes
    - Click Count (0)
Back to Top