- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for makeNegotiate (0.07 sec)
-
src/main/java/jcifs/smb/NtlmContext.java
} @Override public byte[] initSecContext ( byte[] token, int offset, int len ) throws SmbException { switch ( this.state ) { case 1: return makeNegotiate(token); case 2: return makeAuthenticate(token); default: throw new SmbException("Invalid state"); } }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Jul 07 12:07:20 UTC 2020 - 15.7K bytes - Viewed (0)