summaryrefslogtreecommitdiff
path: root/libjava/classpath/java/security/KeyPairGeneratorSpi.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/java/security/KeyPairGeneratorSpi.java')
-rw-r--r--libjava/classpath/java/security/KeyPairGeneratorSpi.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/classpath/java/security/KeyPairGeneratorSpi.java b/libjava/classpath/java/security/KeyPairGeneratorSpi.java
index 689fbec128e..1eaad98322a 100644
--- a/libjava/classpath/java/security/KeyPairGeneratorSpi.java
+++ b/libjava/classpath/java/security/KeyPairGeneratorSpi.java
@@ -58,7 +58,7 @@ public abstract class KeyPairGeneratorSpi
key size and source of randomness
@param keysize size of the key to generate
- @param random A SecureRandom source of randomness
+ @param random A SecureRandom source of randomness
*/
public abstract void initialize(int keysize, SecureRandom random);
@@ -72,7 +72,7 @@ public abstract class KeyPairGeneratorSpi
method just throws UnsupportedOperationException.
@param params A AlgorithmParameterSpec to intialize with
- @param random A SecureRandom source of randomness
+ @param random A SecureRandom source of randomness
@throws InvalidAlgorithmParameterException
*/
@@ -84,7 +84,7 @@ public abstract class KeyPairGeneratorSpi
/**
Generates a KeyPair according the rules for the algorithm.
- Unless intialized, algorithm defaults will be used. It
+ Unless intialized, algorithm defaults will be used. It
creates a unique key pair each time.
@return a key pair