- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for setTransformation (0.06 seconds)
-
src/main/java/org/codelibs/core/crypto/CachedCipher.java
* * @return the transformation */ public String getTransformation() { return transformation; } /** * Sets the transformation. * * @param transformation * the transformation */ public void setTransformation(final String transformation) { this.transformation = transformation; } /**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)