The preview release of Java 7 seems to be missing JCE package for unlimited cryptography strength. Has someone stumbled upon such?

link|improve this question
I think you don't need an extra package for this any more. – Joachim Sauer Jul 27 '11 at 11:51
Well I think I still need it, because I get the same exception as in jdk6 with no unlimited strength encryption: java.lang.IllegalArgumentException: Cannot support TLS_RSA_WITH_AES_256_CBC_SHA with currently installed providers at sun.security.ssl.CipherSuiteList.<init>(Unknown Source) at sun.security.ssl.SSLServerSocketImpl.setEnabledCipherSuites(Unknown Source) – Borislav Jul 27 '11 at 12:16
Is the answer from JarHead okay? If so, please accept it (there should be a button beside the answer). – PaĆ­lo Ebermann Aug 3 '11 at 1:38
feedback

1 Answer

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.