summaryrefslogtreecommitdiff
path: root/gnu/java/security/key/IKeyPairGenerator.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/java/security/key/IKeyPairGenerator.java')
-rw-r--r--gnu/java/security/key/IKeyPairGenerator.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/java/security/key/IKeyPairGenerator.java b/gnu/java/security/key/IKeyPairGenerator.java
index 8d7842e93..72aac2463 100644
--- a/gnu/java/security/key/IKeyPairGenerator.java
+++ b/gnu/java/security/key/IKeyPairGenerator.java
@@ -1,4 +1,4 @@
-/* IKeyPairGenerator.java --
+/* IKeyPairGenerator.java --
Copyright 2001, 2002, 2006 Free Software Foundation, Inc.
This file is a part of GNU Classpath.
@@ -48,14 +48,14 @@ public interface IKeyPairGenerator
{
/**
* Returns the canonical name of this keypair generator.
- *
+ *
* @return the canonical name of this instance.
*/
String name();
/**
* [Re]-initialises this instance for use with a given set of attributes.
- *
+ *
* @param attributes a map of name/value pairs to use for setting up the
* instance.
* @exception IllegalArgumentException if at least one of the mandatory
@@ -66,7 +66,7 @@ public interface IKeyPairGenerator
/**
* Generates a new keypair based on the attributes used to configure the
* instance.
- *
+ *
* @return a new keypair.
*/
KeyPair generate();