- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for abcdefghijklmnop (0.07 sec)
-
src/test/java/jcifs/smb/NtlmUtilTest.java
// Arrange when(cifsContext.getConfig()).thenReturn(configuration); when(configuration.getOemEncoding()).thenReturn("Cp850"); String password14 = "ABCDEFGHIJKLMN"; // 14 chars String password15 = "ABCDEFGHIJKLMNO"; // 15 chars, same first 14 byte[] challenge = hex("0102030405060708"); // Act byte[] r14 = NtlmUtil.getPreNTLMResponse(cifsContext, password14, challenge);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 12K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt
url = server.url("/"), body = TransferKind.CHUNKED.newRequestBody("ABCDEFGHIJKLMNOPQ"), ), ) assertThat(response.code).isEqualTo(200) val request = server.takeRequest() assertThat(request.body?.utf8()).isEqualTo("ABCDEFGHIJKLMNOPQ") assertThat(request.chunkSizes).isEqualTo(listOf("ABCDEFGHIJKLMNOPQ".length)) } @Test fun authenticateWithFixedLengthStreaming() {
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Jun 21 20:36:35 UTC 2025 - 133.2K bytes - Viewed (0)