- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for LsarTrustInformation (0.2 sec)
-
src/test/java/jcifs/dcerpc/msrpc/lsarpcIntegrationTest.java
} @Test void testLsarTrustInformationEncodeDecodeRoundTrip() throws NdrException { // Create trust info with test data lsarpc.LsarTrustInformation trustInfo = new lsarpc.LsarTrustInformation(); trustInfo.name = new rpc.unicode_string(); trustInfo.name.length = 14; trustInfo.name.maximum_length = 28;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 10.8K bytes - Viewed (0) -
src/test/java/jcifs/smb/SIDCacheImplTest.java
lsarpc.LsarRefDomainList domains = new lsarpc.LsarRefDomainList(); domains.count = 1; domains.max_count = 1; domains.domains = new lsarpc.LsarTrustInformation[1]; domains.domains[0] = new lsarpc.LsarTrustInformation(); domains.domains[0].name = new UnicodeString("TESTDOM", false); domains.domains[0].sid = new jcifs.dcerpc.rpc.sid_t(); rpc.domains = domains;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/msrpc/lsarpcTest.java
assertThrows(NdrException.class, () -> transSidArray.decode(mockNdrBuffer)); } // Test for LsarTrustInformation @Test void testLsarTrustInformationEncode() throws NdrException { lsarpc.LsarTrustInformation trustInfo = new lsarpc.LsarTrustInformation(); trustInfo.name = new rpc.unicode_string(); // Use real object trustInfo.name.length = 10;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 60.8K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/msrpc/lsarpc.java
} } } /** * LSA trust information. */ public static class LsarTrustInformation extends NdrObject { /** * Default constructor for LsarTrustInformation. */ public LsarTrustInformation() { // Default constructor } /** Domain name. */ public rpc.unicode_string name;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 44.5K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/lsarpc.java
} } } /** * LSA trust information structure. */ public static class LsarTrustInformation extends NdrObject { /** * Default constructor for LsarTrustInformation. */ public LsarTrustInformation() { // Default constructor } /** Domain name. */ public rpc.unicode_string name;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 42.5K bytes - Viewed (0)