- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getNegotiatedSessionKey (0.17 sec)
-
src/main/java/jcifs/internal/smb1/com/SmbComSessionSetupAndX.java
dstIndex += 2; SMBUtil.writeInt2(getConfig().getVcNumber(), dst, dstIndex); dstIndex += 2; SMBUtil.writeInt4(this.negotiated.getNegotiatedSessionKey(), dst, dstIndex); dstIndex += 4; if ( this.blob != null ) { SMBUtil.writeInt2(this.blob.length, dst, dstIndex); dstIndex += 2; } else {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Mar 17 10:20:23 UTC 2019 - 8.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/com/SmbComNegotiateResponse.java
*/ public int getNegotiatedMpxCount () { return this.maxMpxCount; } /** * * @return negotiated session key */ public int getNegotiatedSessionKey () { return this.sessionKey; } /** * {@inheritDoc} * * @see jcifs.internal.SmbNegotiationResponse#getReceiveBufferSize() */ @Override
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Jul 07 10:52:42 UTC 2020 - 15.4K bytes - Viewed (0)