- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for signingModes (0.06 seconds)
-
src/test/java/jcifs/smb/SmbTransportInternalTest.java
} // Signing modes: optional vs enforced @Test @DisplayName("isSigningOptional and isSigningEnforced reflect configuration") void signingModes() throws Exception { when(transport.isSigningOptional()).thenReturn(true); when(transport.isSigningEnforced()).thenReturn(false); assertTrue(transport.isSigningOptional());Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 12.1K bytes - Click Count (0) -
src/test/java/jcifs/smb/SmbTransportImplTest.java
assertNull(transport.getServerEncryptionKey()); } @Test @DisplayName("Signing enforced/optional adhere to flags and negotiation") void signingModes() throws Exception { // Enforced via constructor flag -> optional false, enforced true regardless of negotiation SmbTransportImpl enforced = new SmbTransportImpl(ctx, address, 445, null, 0, true);
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 17.6K bytes - Click Count (0)