summaryrefslogtreecommitdiff
path: root/gnu/javax/crypto/jce/cipher/RijndaelSpi.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/javax/crypto/jce/cipher/RijndaelSpi.java')
-rw-r--r--gnu/javax/crypto/jce/cipher/RijndaelSpi.java7
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/javax/crypto/jce/cipher/RijndaelSpi.java b/gnu/javax/crypto/jce/cipher/RijndaelSpi.java
index 137db2c3f..ad61bca59 100644
--- a/gnu/javax/crypto/jce/cipher/RijndaelSpi.java
+++ b/gnu/javax/crypto/jce/cipher/RijndaelSpi.java
@@ -44,12 +44,9 @@ import gnu.java.security.Registry;
* The implementation of the Rijndael <i>Service Provider Interface</i>
* (<b>SPI</b>) adapter.
*/
-public final class RijndaelSpi extends CipherAdapter
+public final class RijndaelSpi
+ extends CipherAdapter
{
-
- // Constructors.
- // --------------------------------------------------------------------
-
public RijndaelSpi()
{
super(Registry.RIJNDAEL_CIPHER, 16);