Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for functionality (0.14 sec)

  1. src/main/java/jcifs/smb1/smb1/NtlmPasswordAuthentication.java

        }
    /**
     * Create an <tt>NtlmPasswordAuthentication</tt> object with raw password
     * hashes. This is used exclusively by the <tt>jcifs.smb1.http.NtlmSsp</tt>
     * class which is in turn used by NTLM HTTP authentication functionality.
     */
        public NtlmPasswordAuthentication( String domain, String username,
                        byte[] challenge, byte[] ansiHash, byte[] unicodeHash ) {
            if( domain == null || username == null ||
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 21:10:40 GMT 2019
    - 22.5K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/NtlmPasswordAuthentication.java

        /**
         * Create an <tt>NtlmPasswordAuthentication</tt> object with raw password
         * hashes. This is used exclusively by the <tt>jcifs.http.NtlmSsp</tt>
         * class which is in turn used by NTLM HTTP authentication functionality.
         * 
         * @param domain
         * @param username
         * @param challenge
         * @param ansiHash
         * @param unicodeHash
         */
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Tue Jul 07 10:50:16 GMT 2020
    - 8.5K bytes
    - Viewed (0)
Back to top