- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testEncryptDecryptBytes (0.89 sec)
-
src/test/java/org/codelibs/core/crypto/CachedCipherTest.java
import static org.junit.Assert.assertThat; import org.junit.Test; /** * Tests for {@link CachedCipher}. */ public class CachedCipherTest { @Test public void testEncryptDecryptBytes() { final CachedCipher cipher = new CachedCipher(); cipher.setKey("mySecretKey"); final byte[] original = "Hello World".getBytes(); final byte[] encrypted = cipher.encrypt(original);Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat Nov 22 11:21:59 UTC 2025 - 5.3K bytes - Viewed (0)