TheFelix
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by TheFelix-
Hey, I found out what is the error. First I was using a date time library function what returns the current time when the object is null. So the time I printed on the console actually was null.So ...
-
In the web I found a hack to get around this problem. // hack for JCE Unlimited Strength Field field = Class.forName("javax.crypto.JceSecurity").getDeclaredField("isRestricted"); ...