- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for computeResponse (0.1 sec)
-
src/main/java/jcifs/smb1/smb1/NtlmPasswordAuthentication.java
return hmac.digest(); } catch (UnsupportedEncodingException uee) { throw new RuntimeException(uee.getMessage()); } } static byte[] computeResponse(byte[] responseKey, byte[] serverChallenge, byte[] clientData, int offset, int length) { HMACT64 hmac = new HMACT64(responseKey);
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 22.5K bytes - Viewed (0)