-
Bug
-
Resolution: Fixed
-
P4
-
1.3.0, 1.4.0
-
None
-
beta
-
generic, x86
-
generic, solaris_7, windows_nt
JarSigner uses sun.security.util.SignatureFile which has the following
code:
X500Name issuerName = (X500Name)certChain[0].getIssuerDN();
The above line causes a ClassCastException when people use a certificate provider other than the "SUN" provider.
code:
X500Name issuerName = (X500Name)certChain[0].getIssuerDN();
The above line causes a ClassCastException when people use a certificate provider other than the "SUN" provider.
- duplicates
-
JDK-4422556 jarsigner tool tries to cast an implementation of java.security.Principal
-
- Closed
-
-
JDK-4433342 JVM hardcoded cast to sun.security.x509.X500Name fails
-
- Closed
-
- relates to
-
JDK-4419266 Merlin doesn't verify applet signed using Netscape signtool
-
- Resolved
-