JSSE official specification

Hi,

Is it possible to find any official document in which is specifiedthe maximum RSA key size supported by the JSSE shipped by the JDK 1.4.2 and the key size supported by the JSSE shipped in the JDK 1.5.0 ?

I know that 1.4.2 suports key sizes up to 2048 bits, and that 1.5.0 supports lager key sizes. I would like to read it on an official document.

Thanks a lot.

Edu.

[408 byte] By [eduterioa] at [2007-10-3 10:04:04]
# 1
See the appendixes of http://java.sun.com/j2se/1.5.0/docs/guide/security/jce/JCERefGuide.htmlSee also http://java.sun.com/j2se/1.5.0/docs/guide/security/jsse/JSSERefGuide.html#AppA
ejpa at 2007-7-15 5:23:12 > top of Java-index,Security,Java Secure Socket Extension (JSSE)...
# 2

Thanks, but not found there.

What i'm looking for is the maximum size allowed for the public key of the RSA algorithm used in SSL, and implemented in the JSSE.

I would like to see the this size for the JSSE shiped on the JDK 1.4.2 and JDK 1.5.0.

I'm not able to find it.

Thanks.

eduterioa at 2007-7-15 5:23:12 > top of Java-index,Security,Java Secure Socket Extension (JSSE)...
# 3

Sorry, finally found.

But i've seen that the maximum key size of the RSA public key implemented in JDK 1.5.0 is 2048, but this make no sense, because i'm catching keys of 4096 bits with this version.

With JDK 1.4.2 i obtained "invalid RSA modulus size" exception, and thats the reason i was forced to change to 1.5.0, where it works...

eduterioa at 2007-7-15 5:23:12 > top of Java-index,Security,Java Secure Socket Extension (JSSE)...