- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for AvPairs (0.04 sec)
-
src/main/java/jcifs/ntlmssp/Type3Message.java
byte[] ntlmClientChallengeInfo = type2.getTargetInformation(); List<AvPair> avPairs = ntlmClientChallengeInfo != null ? AvPairs.decode(ntlmClientChallengeInfo) : null; // if targetInfo has an MsvAvTimestamp // client should not send LmChallengeResponse boolean haveTimestamp = AvPairs.contains(avPairs, AvPair.MsvAvTimestamp); if ( !haveTimestamp ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Jul 07 12:07:20 UTC 2020 - 30.6K bytes - Viewed (0)