Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for strategy (0.19 sec)

  1. src/main/java/jcifs/smb/NtlmPasswordAuthenticator.java

            MessageDigest md4 = Crypto.getMD4();
            md4.update(Strings.getUNIBytes(this.password));
            byte[] ntHash = md4.digest();
            return ntHash;
        }
    
        /**
         * Authentication strategy
         * 
         * 
         */
        public enum AuthenticationType {
            /**
             * Null/anonymous authentication
             * 
             * Login with no credentials
             */
            NULL,
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Tue Jul 07 12:07:20 GMT 2020
    - 18.8K bytes
    - Viewed (0)
Back to top