Search in sources :

Example 1 with CachedCipher

use of org.codelibs.core.crypto.CachedCipher in project fess by codelibs.

the class RoleQueryHelperTest method setUp.

@Override
public void setUp() throws Exception {
    super.setUp();
    cipher = new CachedCipher();
    cipher.setKey("1234567890123456");
}
Also used : CachedCipher(org.codelibs.core.crypto.CachedCipher)

Aggregations

CachedCipher (org.codelibs.core.crypto.CachedCipher)1