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");
}
Aggregations