- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getSecurityBlob (0.13 sec)
-
src/main/java/jcifs/smb/SmbSessionImpl.java
Smb2SessionSetupRequest request = null; Smb2SessionSetupResponse response = null; SmbException ex = null; SSPContext ctx = null; byte[] token = negoResp.getSecurityBlob(); final int securityMode = ( ( negoResp.getSecurityMode() & Smb2Constants.SMB2_NEGOTIATE_SIGNING_REQUIRED ) != 0 ) || trans.isSigningEnforced()
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Nov 14 17:41:04 UTC 2021 - 49K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/nego/Smb2NegotiateResponse.java
*/ public final int getCommonCapabilities () { return this.commonCapabilities; } /** * @return initial security blob */ public byte[] getSecurityBlob () { return this.securityBuffer; } /** * @return the maxTransactSize */ public int getMaxTransactSize () { return this.maxTransactSize; }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Mar 22 10:09:46 UTC 2020 - 17.6K bytes - Viewed (0)