- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for setMechanism (0.12 sec)
-
src/main/java/jcifs/smb/SpnegoContext.java
if ( this.firstResponse ) { if ( !this.mechContext.isSupported(targ.getMechanism()) ) { throw new SmbException("Server chose an unsupported mechanism " + targ.getMechanism()); } this.selectedMech = targ.getMechanism(); if ( targ.getResult() == NegTokenTarg.REQUEST_MIC ) { this.requireMic = true;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Jan 04 04:18:31 UTC 2021 - 14.8K bytes - Viewed (0)