- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for RawBytesTarget (0.08 seconds)
-
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 bytesCreated: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 4.1K bytes - Click Count (0)