Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AnotherTargetName (0.18 sec)

  1. src/test/java/jcifs/ntlmssp/av/AvTargetNameTest.java

         * Test constructor with a target name string.
         * Verifies that the string is correctly encoded to UTF-16LE bytes and stored.
         */
        @Test
        void testConstructorWithString() {
            String targetName = "AnotherTargetName";
            AvTargetName avTargetName = new AvTargetName(targetName);
    
            // Verify the AvPair type is MsvAvTargetName
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 4.1K bytes
    - Viewed (0)
Back to top