- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for writeSecurityBufferContent (0.09 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/jcifs/ntlmssp/Type3Message.java
pos += 16; } pos += writeSecurityBufferContent(type3, pos, lmOff, lmResponseBytes); pos += writeSecurityBufferContent(type3, pos, ntOff, ntResponseBytes); pos += writeSecurityBufferContent(type3, pos, domOff, domainBytes); pos += writeSecurityBufferContent(type3, pos, userOff, userBytes); pos += writeSecurityBufferContent(type3, pos, wsOff, workstationBytes);Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 32.7K bytes - Click Count (0) -
src/test/java/jcifs/ntlmssp/NtlmMessageTest.java
// Test writeSecurityBufferContent byte[] dest = new byte[20]; byte[] src = "Content".getBytes(); int pos = 8; // Position where content should be written int off = 0; // Offset where position should be written // Test with non-null source array int bytesWritten = NtlmMessage.writeSecurityBufferContent(dest, pos, off, src);Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 12.5K bytes - Click Count (0)