diff options
Diffstat (limited to 'libjava/java/security/interfaces/RSAPrivateKey.java')
-rw-r--r-- | libjava/java/security/interfaces/RSAPrivateKey.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/security/interfaces/RSAPrivateKey.java b/libjava/java/security/interfaces/RSAPrivateKey.java index 34b9798b627..d287d67327a 100644 --- a/libjava/java/security/interfaces/RSAPrivateKey.java +++ b/libjava/java/security/interfaces/RSAPrivateKey.java @@ -1,5 +1,5 @@ /* RSAPrivateKey.java -- An RSA private 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.PrivateKey; import java.math.BigInteger; +import java.security.PrivateKey; /** * This interface provides access to information about an RSA private key. |