aboutsummaryrefslogtreecommitdiff
path: root/libjava/gnu/javax/crypto/cipher/NullCipher.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/gnu/javax/crypto/cipher/NullCipher.h')
-rw-r--r--libjava/gnu/javax/crypto/cipher/NullCipher.h44
1 files changed, 0 insertions, 44 deletions
diff --git a/libjava/gnu/javax/crypto/cipher/NullCipher.h b/libjava/gnu/javax/crypto/cipher/NullCipher.h
deleted file mode 100644
index 5199488..0000000
--- a/libjava/gnu/javax/crypto/cipher/NullCipher.h
+++ /dev/null
@@ -1,44 +0,0 @@
-
-// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
-
-#ifndef __gnu_javax_crypto_cipher_NullCipher__
-#define __gnu_javax_crypto_cipher_NullCipher__
-
-#pragma interface
-
-#include <gnu/javax/crypto/cipher/BaseCipher.h>
-#include <gcj/array.h>
-
-extern "Java"
-{
- namespace gnu
- {
- namespace javax
- {
- namespace crypto
- {
- namespace cipher
- {
- class NullCipher;
- }
- }
- }
- }
-}
-
-class gnu::javax::crypto::cipher::NullCipher : public ::gnu::javax::crypto::cipher::BaseCipher
-{
-
-public:
- NullCipher();
- ::java::lang::Object * clone();
- ::java::util::Iterator * blockSizes();
- ::java::util::Iterator * keySizes();
- ::java::lang::Object * makeKey(JArray< jbyte > *, jint);
- void encrypt(JArray< jbyte > *, jint, JArray< jbyte > *, jint, ::java::lang::Object *, jint);
- void decrypt(JArray< jbyte > *, jint, JArray< jbyte > *, jint, ::java::lang::Object *, jint);
- jboolean selfTest();
- static ::java::lang::Class class$;
-};
-
-#endif // __gnu_javax_crypto_cipher_NullCipher__