summaryrefslogtreecommitdiff
path: root/java/security/spec/RSAPublicKeySpec.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/security/spec/RSAPublicKeySpec.java')
-rw-r--r--java/security/spec/RSAPublicKeySpec.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/java/security/spec/RSAPublicKeySpec.java b/java/security/spec/RSAPublicKeySpec.java
index 21283aa64..acee6bcdf 100644
--- a/java/security/spec/RSAPublicKeySpec.java
+++ b/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
{