- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for pollEncryptoCipher (0.11 sec)
-
src/main/java/org/codelibs/core/crypto/CachedCipher.java
* * @param data * the data to encrypt * @return the encrypted data */ public byte[] encrypto(final byte[] data) { final Cipher cipher = pollEncryptoCipher(); byte[] encrypted; try { encrypted = cipher.doFinal(data); } catch (final IllegalBlockSizeException e) { throw new IllegalBlockSizeRuntimeException(e);
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat Jul 05 00:11:05 UTC 2025 - 11.5K bytes - Viewed (0)