This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 270394 - java.security.InvalidKeyException: Illegal key size
Summary: java.security.InvalidKeyException: Illegal key size
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-13 23:22 UTC by Exceptions Reporter
Modified: 2017-04-13 23:22 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 219733


Attachments
stacktrace (3.32 KB, text/plain)
2017-04-13 23:22 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-04-13 23:22:26 UTC
This issue was reported manually by teruru.
It already has 4 duplicates 


Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.80-b11, Java(TM) SE Runtime Environment, 1.7.0_80-b15
OS: Windows 7

User Comments:
GUEST: I reported the same error some minutes ago, but now I'm quite sure it is caused by closing the plugin Mahesh's Note+

GUEST: java.security.InvalidKeyException

GUEST: I had just installed some plugins (10 MB total, nothing of really important) and restarted the IDE when the error occurred (I'm sorry to provide so little datas but I haven't done anything else)

GUEST: ?




Stacktrace: 
java.security.InvalidKeyException: Illegal key size
   at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1029)
   at javax.crypto.Cipher.implInit(Cipher.java:795)
   at javax.crypto.Cipher.chooseProvider(Cipher.java:854)
   at javax.crypto.Cipher.init(Cipher.java:1374)
   at javax.crypto.Cipher.init(Cipher.java:1308)
   at org.jhat.maheshnote.encripter.encrpt(encripter.java:39)
Comment 1 Exceptions Reporter 2017-04-13 23:22:28 UTC
Created attachment 164104 [details]
stacktrace