- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for RawBytesTarget (1.22 sec)
-
src/test/java/jcifs/ntlmssp/av/AvTargetNameTest.java
* Verifies that the correct string is reconstructed from raw UTF-16LE bytes. */ @Test void testGetTargetNameFromRawBytesConstructor() { String originalString = "RawBytesTarget"; byte[] rawBytes = originalString.getBytes(StandardCharsets.UTF_16LE); AvTargetName avTargetName = new AvTargetName(rawBytes); // Verify that getTargetName correctly decodes the raw bytes
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 4.1K bytes - Viewed (0)