- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getSignSeq (0.13 sec)
-
src/main/java/jcifs/internal/smb1/SMB1SigningDigest.java
int index = offset; update(data, index, SmbConstants.SIGNATURE_OFFSET); index += SmbConstants.SIGNATURE_OFFSET; byte[] sequence = new byte[8]; SMBUtil.writeInt4(msg.getSignSeq(), sequence, 0); update(sequence, 0, sequence.length); index += 8; if ( msg.getCommand() == ServerMessageBlock.SMB_COM_READ_ANDX ) { /*
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Aug 05 09:45:59 UTC 2018 - 10.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/ServerMessageBlock.java
* the uid to set */ @Override public final void setUid ( int uid ) { this.uid = uid; } /** * @return the signSeq */ public int getSignSeq () { return this.signSeq; } /** * @param signSeq * the signSeq to set */ public final void setSignSeq ( int signSeq ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Aug 05 09:45:59 UTC 2018 - 32.7K bytes - Viewed (0)