diff options
Diffstat (limited to 'libjava/classpath/java/security/spec/RSAPrivateKeySpec.java')
| -rw-r--r-- | libjava/classpath/java/security/spec/RSAPrivateKeySpec.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libjava/classpath/java/security/spec/RSAPrivateKeySpec.java b/libjava/classpath/java/security/spec/RSAPrivateKeySpec.java index d29f261cfb3..f812766ba81 100644 --- a/libjava/classpath/java/security/spec/RSAPrivateKeySpec.java +++ b/libjava/classpath/java/security/spec/RSAPrivateKeySpec.java @@ -7,7 +7,7 @@ GNU Classpath is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. - + GNU Classpath is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU @@ -40,12 +40,12 @@ package java.security.spec; import java.math.BigInteger; /** - RSA Private Key class Specification. Used to maintain the RSA - Private Keys. + RSA Private Key class Specification. Used to maintain the RSA + Private Keys. - @since JDK 1.2 + @since JDK 1.2 - @author Mark Benvenuto + @author Mark Benvenuto */ public class RSAPrivateKeySpec implements KeySpec { |
