gcc/
[official-gcc.git] / libjava / javax / crypto / NullCipher.h
blob2fc8378f316c340b73f1c4fcbda97dda1b245731
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_crypto_NullCipher__
5 #define __javax_crypto_NullCipher__
7 #pragma interface
9 #include <javax/crypto/Cipher.h>
10 extern "Java"
12 namespace javax
14 namespace crypto
16 class NullCipher;
21 class javax::crypto::NullCipher : public ::javax::crypto::Cipher
24 public:
25 NullCipher();
26 static ::java::lang::Class class$;
29 #endif // __javax_crypto_NullCipher__