Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for supplied (0.18 sec)

  1. src/main/java/jcifs/smb1/ntlmssp/Type3Message.java

                    NTLMSSP_NEGOTIATE_UNICODE : NTLMSSP_NEGOTIATE_OEM;
            return flags;
        }
    
        /**
         * Constructs the LanManager response to the given Type-2 message using
         * the supplied password.
         *
         * @param type2 The Type-2 message.
         * @param password The password.
         * @return A <code>byte[]</code> containing the LanManager response.
         */
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 21:10:40 GMT 2019
    - 22.9K bytes
    - Viewed (0)
  2. src/main/java/jcifs/ntlmssp/Type3Message.java

                    + jcifs.util.Hexdump.toHexString(getFlags(), 8) + "]";
        }
    
    
        /**
         * Constructs the LanManager response to the given Type-2 message using
         * the supplied password.
         * 
         * @param tc
         *            context to use
         * @param type2
         *            The Type-2 message.
         * @param password
         *            The password.
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Tue Jul 07 12:07:20 GMT 2020
    - 30.6K bytes
    - Viewed (0)
Back to top