aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/java/security/AlgorithmParameters.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/java/security/AlgorithmParameters.java')
-rw-r--r--libjava/classpath/java/security/AlgorithmParameters.java22
1 files changed, 11 insertions, 11 deletions
diff --git a/libjava/classpath/java/security/AlgorithmParameters.java b/libjava/classpath/java/security/AlgorithmParameters.java
index 3de8ad0..ba80514 100644
--- a/libjava/classpath/java/security/AlgorithmParameters.java
+++ b/libjava/classpath/java/security/AlgorithmParameters.java
@@ -69,7 +69,7 @@ public class AlgorithmParameters
/**
* Constructs a new instance of <code>AlgorithmParameters</code>.
- *
+ *
* @param paramSpi
* the engine to use.
* @param provider
@@ -97,7 +97,7 @@ public class AlgorithmParameters
* <p>
* The returned <code>AlgorithmParameters</code> must still be initialized
* with an <code>init()</code> method.
- *
+ *
* @param algorithm the algorithm to use.
* @return the new instance repesenting the desired algorithm.
* @throws NoSuchAlgorithmException if the algorithm is not implemented by any
@@ -131,7 +131,7 @@ public class AlgorithmParameters
* The returned <code>AlgorithmParameters</code> must still be intialized
* with an <code>init()</code> method.
* </p>
- *
+ *
* @param algorithm the algorithm to use.
* @param provider the name of the {@link Provider} to use.
* @return the new instance repesenting the desired algorithm.
@@ -162,7 +162,7 @@ public class AlgorithmParameters
* <p>
* The returned <code>AlgorithmParameters</code> must still be intialized
* with an <code>init()</code> method.
- *
+ *
* @param algorithm the algorithm to use.
* @param provider the {@link Provider} to use.
* @return the new instance repesenting the desired algorithm.
@@ -213,7 +213,7 @@ public class AlgorithmParameters
/**
* Initializes the engine with the specified {@link AlgorithmParameterSpec}.
- *
+ *
* @param paramSpec
* A {@link AlgorithmParameterSpec} to use.
* @throws InvalidParameterSpecException
@@ -230,7 +230,7 @@ public class AlgorithmParameters
* array and decodes them according to the ASN.1 specification. If the ASN.1
* specification exists then it succeeds otherwise an {@link IOException} is
* thrown.
- *
+ *
* @param params
* the parameters to use.
* @throws IOException
@@ -247,7 +247,7 @@ public class AlgorithmParameters
* If <code>format</code> is <code>null</code>, then this method decodes the
* byte array using the ASN.1 specification if it exists, otherwise it throws
* an {@link IOException}.
- *
+ *
* @param params
* the parameters to use.
* @param format
@@ -263,7 +263,7 @@ public class AlgorithmParameters
/**
* Returns a new instance of <code>AlgorithmParameters</code> as a
* designated parameter specification {@link Class}.
- *
+ *
* @param paramSpec
* the {@link Class} to use.
* @return the parameter specification.
@@ -280,7 +280,7 @@ public class AlgorithmParameters
/**
* Returns the parameters in the default encoding format. The primary encoding
* format is ASN.1 if it exists for the specified type.
- *
+ *
* @return byte array representing the parameters.
*/
public final byte[] getEncoded() throws IOException
@@ -292,7 +292,7 @@ public class AlgorithmParameters
* Returns the parameters in the specified encoding format. If
* <code>format</code> is <code>null</code> then the ASN.1 encoding
* format is used if it exists for the specified type.
- *
+ *
* @param format
* the name of the encoding format to use.
* @return the parameters encoded using the specified encoding scheme.
@@ -307,7 +307,7 @@ public class AlgorithmParameters
/**
* Returns a string representation of the encoded form.
- *
+ *
* @return a string representation of the encoded form.
*/
public final String toString()