aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/security/interfaces/RSAPublicKey.java
diff options
context:
space:
mode:
authorDalibor Topic <robilad@kaffe.org>2004-05-04 21:40:42 +0000
committerMichael Koch <mkoch@gcc.gnu.org>2004-05-04 21:40:42 +0000
commitaff9d141f673a525df45b21a687efe624d30d642 (patch)
treec9083ec7e1e8826b4e06a4514c90cb3f6649241d /libjava/java/security/interfaces/RSAPublicKey.java
parent933522fbc3340705007b00b7ac3734db7002a8c7 (diff)
downloadgcc-aff9d141f673a525df45b21a687efe624d30d642.zip
gcc-aff9d141f673a525df45b21a687efe624d30d642.tar.gz
gcc-aff9d141f673a525df45b21a687efe624d30d642.tar.bz2
DSAKeyPairGenerator.java, [...]: Cleaned up imports.
2004-05-04 Dalibor Topic <robilad@kaffe.org> * java/security/interfaces/DSAKeyPairGenerator.java, java/security/interfaces/DSAPrivateKey.java, java/security/interfaces/DSAPublicKey.java, java/security/interfaces/RSAPrivateKey.java, java/security/interfaces/RSAPublicKey.java: Cleaned up imports. From-SVN: r81490
Diffstat (limited to 'libjava/java/security/interfaces/RSAPublicKey.java')
-rw-r--r--libjava/java/security/interfaces/RSAPublicKey.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/security/interfaces/RSAPublicKey.java b/libjava/java/security/interfaces/RSAPublicKey.java
index b9b532c..22d64b1 100644
--- a/libjava/java/security/interfaces/RSAPublicKey.java
+++ b/libjava/java/security/interfaces/RSAPublicKey.java
@@ -1,5 +1,5 @@
/* RSAPublicKey.java -- An RSA public key
- Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -37,8 +37,8 @@ exception statement from your version. */
package java.security.interfaces;
-import java.security.PublicKey;
import java.math.BigInteger;
+import java.security.PublicKey;
/**
* This interface provides access to information about an RSA public key.