- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for verifyMIC_success (0.89 sec)
-
src/test/java/jcifs/smb/Kerb5ContextTest.java
void calculateMIC_nullData() { assertThrows(NullPointerException.class, () -> ctx.calculateMIC(null)); } @Test @DisplayName("verifyMIC delegates to GSS and succeeds") void verifyMIC_success() throws Exception { byte[] data = new byte[] { 1, 2 }; byte[] mic = new byte[] { 3 }; // No exception means success
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 14.2K bytes - Viewed (0)