Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for Smb2NegotiateRequest (0.15 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/test/java/jcifs/internal/smb2/nego/Smb2NegotiateRequestTest.java

    import jcifs.internal.util.SMBUtil;
    
    /**
     * Test class for Smb2NegotiateRequest functionality
     */
    @DisplayName("Smb2NegotiateRequest Tests")
    class Smb2NegotiateRequestTest {
    
        private Configuration mockConfig;
        private CIFSContext mockContext;
        private SecureRandom mockRandom;
        private Smb2NegotiateRequest request;
        private byte[] testMachineId = new byte[16];
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 20.7K bytes
    - Click Count (0)
  2. src/main/java/jcifs/smb/SmbTreeImpl.java

                // have preauth integrity instead
                log.debug("Secure negotiation does not apply, is SMB3.1");
                return;
            }
            final Smb2NegotiateRequest negoReq = new Smb2NegotiateRequest(sess.getConfig(), trans.getRequestSecurityMode(nego));
    
            log.debug("Sending VALIDATE_NEGOTIATE_INFO");
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sun Aug 31 08:00:57 GMT 2025
    - 30K bytes
    - Click Count (0)
Back to Top