missing interface and classes in java.security .interfaces and .spec

Raif S. Naffah raif@fl.net.au
Tue Mar 4 12:17:00 GMT 2003


hello there,

this patch addresses JDK 1.4 compatibility.

cheers;
rsn

in ChangeLog (in libjava), add:

2003-03-04  Raif S. Naffah  <raif@fl.net.au>

	* java/security/interfaces/RSAMultiPrimePrivateCrtKey.java: new interface.
	* java/security/spec/PSSParameterSpec.java: new class.
	* java/security/spec/RSAMultiPrimePrivateCrtKeySpec.java: new class.
	* java/security/spec/RSAOtherPrimeInfo.java: new class.
	* Makefile.am: added the above.
	* Makefile.in: re-generated.


cvs -z9 diff -u -wb -B Makefile.am (in directory /data/workspace/cvs/gcc/libjava/)
Index: Makefile.am
===================================================================
RCS file: /cvsroot/gcc/gcc/libjava/Makefile.am,v
retrieving revision 1.284
diff -u -w -b -B -r1.284 Makefile.am
--- Makefile.am	3 Mar 2003 14:36:48 -0000	1.284
+++ Makefile.am	4 Mar 2003 12:06:44 -0000
@@ -2349,6 +2349,7 @@
 java/security/interfaces/RSAPrivateCrtKey.java \
 java/security/interfaces/RSAPrivateKey.java \
 java/security/interfaces/RSAPublicKey.java \
+java/security/interfaces/RSAMultiPrimePrivateCrtKey.java \
 java/security/spec/AlgorithmParameterSpec.java \
 java/security/spec/DSAParameterSpec.java \
 java/security/spec/DSAPrivateKeySpec.java \
@@ -2358,7 +2359,10 @@
 java/security/spec/InvalidParameterSpecException.java \
 java/security/spec/KeySpec.java \
 java/security/spec/PKCS8EncodedKeySpec.java \
+java/security/spec/PSSParameterSpec.java \
 java/security/spec/RSAKeyGenParameterSpec.java \
+java/security/spec/RSAMultiPrimePrivateCrtKeySpec.java \
+java/security/spec/RSAOtherPrimeInfo.java \
 java/security/spec/RSAPrivateCrtKeySpec.java \
 java/security/spec/RSAPrivateKeySpec.java \
 java/security/spec/RSAPublicKeySpec.java \

cvs -z9 diff -u -wb -B Makefile.in (in directory /data/workspace/cvs/gcc/libjava/)
Index: Makefile.in
===================================================================
RCS file: /cvsroot/gcc/gcc/libjava/Makefile.in,v
retrieving revision 1.305
diff -u -w -b -B -r1.305 Makefile.in
--- Makefile.in	3 Mar 2003 14:36:48 -0000	1.305
+++ Makefile.in	4 Mar 2003 12:09:23 -0000
@@ -761,6 +761,7 @@
 java/awt/peer/MenuPeer.java \
 java/awt/peer/PanelPeer.java \
 java/awt/peer/PopupMenuPeer.java \
+java/awt/peer/RobotPeer.java \
 java/awt/peer/ScrollPanePeer.java \
 java/awt/peer/ScrollbarPeer.java \
 java/awt/peer/TextAreaPeer.java \
@@ -2110,6 +2111,7 @@
 java/security/interfaces/RSAPrivateCrtKey.java \
 java/security/interfaces/RSAPrivateKey.java \
 java/security/interfaces/RSAPublicKey.java \
+java/security/interfaces/RSAMultiPrimePrivateCrtKey.java \
 java/security/spec/AlgorithmParameterSpec.java \
 java/security/spec/DSAParameterSpec.java \
 java/security/spec/DSAPrivateKeySpec.java \
@@ -2119,7 +2121,10 @@
 java/security/spec/InvalidParameterSpecException.java \
 java/security/spec/KeySpec.java \
 java/security/spec/PKCS8EncodedKeySpec.java \
+java/security/spec/PSSParameterSpec.java \
 java/security/spec/RSAKeyGenParameterSpec.java \
+java/security/spec/RSAMultiPrimePrivateCrtKeySpec.java \
+java/security/spec/RSAOtherPrimeInfo.java \
 java/security/spec/RSAPrivateCrtKeySpec.java \
 java/security/spec/RSAPrivateKeySpec.java \
 java/security/spec/RSAPublicKeySpec.java \
@@ -3183,7 +3188,7 @@
 .deps/java/awt/peer/MenuComponentPeer.P \
 .deps/java/awt/peer/MenuItemPeer.P .deps/java/awt/peer/MenuPeer.P \
 .deps/java/awt/peer/PanelPeer.P .deps/java/awt/peer/PopupMenuPeer.P \
-.deps/java/awt/peer/ScrollPanePeer.P \
+.deps/java/awt/peer/RobotPeer.P .deps/java/awt/peer/ScrollPanePeer.P \
 .deps/java/awt/peer/ScrollbarPeer.P .deps/java/awt/peer/TextAreaPeer.P \
 .deps/java/awt/peer/TextComponentPeer.P \
 .deps/java/awt/peer/TextFieldPeer.P .deps/java/awt/peer/WindowPeer.P \
@@ -3598,6 +3603,7 @@
 .deps/java/security/interfaces/DSAPrivateKey.P \
 .deps/java/security/interfaces/DSAPublicKey.P \
 .deps/java/security/interfaces/RSAKey.P \
+.deps/java/security/interfaces/RSAMultiPrimePrivateCrtKey.P \
 .deps/java/security/interfaces/RSAPrivateCrtKey.P \
 .deps/java/security/interfaces/RSAPrivateKey.P \
 .deps/java/security/interfaces/RSAPublicKey.P \
@@ -3610,7 +3616,10 @@
 .deps/java/security/spec/InvalidParameterSpecException.P \
 .deps/java/security/spec/KeySpec.P \
 .deps/java/security/spec/PKCS8EncodedKeySpec.P \
+.deps/java/security/spec/PSSParameterSpec.P \
 .deps/java/security/spec/RSAKeyGenParameterSpec.P \
+.deps/java/security/spec/RSAMultiPrimePrivateCrtKeySpec.P \
+.deps/java/security/spec/RSAOtherPrimeInfo.P \
 .deps/java/security/spec/RSAPrivateCrtKeySpec.P \
 .deps/java/security/spec/RSAPrivateKeySpec.P \
 .deps/java/security/spec/RSAPublicKeySpec.P \

-------------- next part --------------
A non-text attachment was scrubbed...
Name: RSAMultiPrimePrivateCrtKey.java
Type: text/x-java
Size: 3303 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20030304/1f5813f7/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PSSParameterSpec.java
Type: text/x-java
Size: 3052 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20030304/1f5813f7/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: RSAMultiPrimePrivateCrtKeySpec.java
Type: text/x-java
Size: 7152 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20030304/1f5813f7/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: RSAOtherPrimeInfo.java
Type: text/x-java
Size: 4192 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20030304/1f5813f7/attachment-0003.bin>


More information about the Java-patches mailing list