aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/security/KeyPairGenerator.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/security/KeyPairGenerator.java')
-rw-r--r--libjava/java/security/KeyPairGenerator.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/libjava/java/security/KeyPairGenerator.java b/libjava/java/security/KeyPairGenerator.java
index 11b143c..38bd007 100644
--- a/libjava/java/security/KeyPairGenerator.java
+++ b/libjava/java/security/KeyPairGenerator.java
@@ -1,5 +1,5 @@
/* KeyPairGenerator.java --- Key Pair Generator Class
- Copyright (C) 1999, 2002, 2003 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -35,12 +35,13 @@ this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */
-package java.security;
-import java.security.spec.AlgorithmParameterSpec;
+package java.security;
import gnu.java.security.Engine;
+import java.security.spec.AlgorithmParameterSpec;
+
/**
* <p>The <code>KeyPairGenerator</code> class is used to generate pairs of
* public and private keys. Key pair generators are constructed using the