- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for decryptoText (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/core/crypto/CachedCipher.java
* * @param text * the text to decrypt * @return the decrypted text * @deprecated Use {@link #decryptText(String)} instead. This method name contains a typo. */ @Deprecated public String decryptoText(final String text) { return decryptText(text); } /** * Polls an encryption cipher from the queue, creating a new one if none are available. *Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Sat Nov 22 11:21:59 GMT 2025 - 15.9K bytes - Click Count (0)