diff options
Diffstat (limited to 'libjava/classpath/javax/crypto/Cipher.java')
-rw-r--r-- | libjava/classpath/javax/crypto/Cipher.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/classpath/javax/crypto/Cipher.java b/libjava/classpath/javax/crypto/Cipher.java index 7c18e6f..9b7d8f9 100644 --- a/libjava/classpath/javax/crypto/Cipher.java +++ b/libjava/classpath/javax/crypto/Cipher.java @@ -163,7 +163,7 @@ public class Cipher * The installed providers are tried in order for an implementation, and the * first appropriate instance is returned. If no installed provider can * provide the implementation, an appropriate exception is thrown. - * + * * @param transformation The transformation to create. * @return An appropriate cipher for this transformation. * @throws NoSuchAlgorithmException If no installed provider can supply the @@ -201,7 +201,7 @@ public class Cipher /** * Creates a new cipher instance for the given transformation and the named * provider. - * + * * @param transformation The transformation to create. * @param provider The name of the provider to use. * @return An appropriate cipher for this transformation. @@ -228,7 +228,7 @@ public class Cipher /** * Creates a new cipher instance for a given transformation from a given * provider. - * + * * @param transformation The transformation to create. * @param provider The provider to use. * @return An appropriate cipher for this transformation. |