diff options
Diffstat (limited to 'libjava/classpath/java/security/spec/RSAPublicKeySpec.java')
| -rw-r--r-- | libjava/classpath/java/security/spec/RSAPublicKeySpec.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libjava/classpath/java/security/spec/RSAPublicKeySpec.java b/libjava/classpath/java/security/spec/RSAPublicKeySpec.java index 21283aa643b..acee6bcdf37 100644 --- a/libjava/classpath/java/security/spec/RSAPublicKeySpec.java +++ b/libjava/classpath/java/security/spec/RSAPublicKeySpec.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 Public Key class Specification. Used to maintain the RSA - Public Keys. + RSA Public Key class Specification. Used to maintain the RSA + Public Keys. - @since JDK 1.2 + @since JDK 1.2 - @author Mark Benvenuto + @author Mark Benvenuto */ public class RSAPublicKeySpec implements KeySpec { |
