- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testToStringHexAuthority (0.08 sec)
-
src/test/java/jcifs/smb/SIDTest.java
assertEquals("Users", aliasBuiltin.toDisplayString()); } @Test @DisplayName("toString uses hex authority when high bytes are non-zero") void testToStringHexAuthority() { byte[] ident = new byte[] { 1, 2, 3, 4, 5, 6 }; // high bytes non-zero -> hex representation SID sid = new SID(buildSidT((byte) 1, ident, 7, 8), jcifs.SID.SID_TYPE_USE_NONE, null, null, false);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.8K bytes - Viewed (0)