Name: iaR10016 Date: 05/29/2000
JDK version:
java version "1.3.0beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0beta-b07)
Java HotSpot(TM) Client VM (build 1.3.0beta-b04, mixed mode)
Test src/SecurityTools/KeyTool/GenKeyTest from Security testsuite
(/net/sqesvr/vsn/SECURITY/kestrel_jdk/TestSuite) fails with the following error message:
keytool error: java.security.NoSuchAlgorithmException: RSA KeyPairGenerator not available.
Keytool command strings for witch the test fails are:
keytool -genkey -alias another0 -keyalg RSA -keysize 768 -sigalg MD2withRSA -dname cn=YunKe -keypass keypasswd -keystore mykeystore -storepass storepasswd
keytool -genkey -alias another1 -keyalg RSA -keysize 768 -sigalg MD5withRSA -dname cn=YunKe -keypass keypasswd -keystore mykystore -storepass storepasswd
keytool -genkey -alias another2 -keyalg RSA -keysize 768 -sigalg SHA1withRSA -dname cn=YunKe -keypass keypasswd -keystore mykeystore -storepass storepasswd
File $JDK_HOME/jre/lib/security/java.security contains the following strings with providers
information:
security.provider.1=sun.security.provider.Sun
security.provider.2=com.sun.rsajca.Provider
security.provider.3=com.sun.crypto.provider.SunJCE
security.provider.4=COM.rsa.jsafe.provider.JsafeJCE
The test passes in Solaris JDK 1.3 with the same java.security file.
The test does not pass in Linux JDK 1.2.2.
======================================================================
- duplicates
-
JDK-4350710 RSA feature breaks on kestrel-Linux refresh beta build9
-
- Closed
-
- relates to
-
JDK-4271295 sunrsasign.jar is not included in bootstrap classpath
-
- Resolved
-