Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getSigningKey (0.15 sec)

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

                */
                return new byte[0];
            default:
                return getNTLMResponse( password, challenge );
            }
        }
    
        public byte[] getSigningKey(byte[] challenge) throws SmbException
        {
            switch (LM_COMPATIBILITY) {
                case 0:
                case 1:
                case 2:
                    byte[] signingKey = new byte[40];
    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)
Back to top