- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for isExtendedSecurity (0.23 seconds)
-
src/main/java/jcifs/internal/smb1/com/SmbComSessionSetupAndXResponse.java
final int start = bufferIndex; this.isLoggedInAsGuest = ((buffer[bufferIndex] & 0x01) == 0x01) == true; bufferIndex += 2; if (this.isExtendedSecurity()) { final int blobLength = SMBUtil.readInt2(buffer, bufferIndex); bufferIndex += 2; this.blob = new byte[blobLength]; } return bufferIndex - start; }Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 4.7K bytes - Click Count (0)