- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for Blowfish (0.19 seconds)
-
src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessSecurityResourceProviderTest.java
@Test public void test_withBlowfishCipher() { // Test with Blowfish cipher InvertibleCryptographer blowfish = InvertibleCryptographer.createBlowfishCipher("secretkey"); FessSecurityResourceProvider provider = new FessSecurityResourceProvider(blowfish, oneWayCryptographer); assertNotNull(provider); assertEquals(blowfish, provider.providePrimaryInvertibleCryptographer());Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 13.2K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt
assertFailsWith<IOException> { call.execute() } assertThat(server.requestCount).isEqualTo(0) } @Tag("Slowish") @Test fun cancelDuringHttpConnect() { cancelDuringConnect("http") } @Tag("Slowish") @Test fun cancelDuringHttpsConnect() { cancelDuringConnect("https") }
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Mar 15 09:02:18 GMT 2026 - 146.5K bytes - Click Count (0)