OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / gnu / javax / crypto / cipher / Blowfish$Context.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __gnu_javax_crypto_cipher_Blowfish$Context__
5 #define __gnu_javax_crypto_cipher_Blowfish$Context__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
11
12 extern "Java"
13 {
14   namespace gnu
15   {
16     namespace javax
17     {
18       namespace crypto
19       {
20         namespace cipher
21         {
22             class Blowfish;
23             class Blowfish$Context;
24         }
25       }
26     }
27   }
28 }
29
30 class gnu::javax::crypto::cipher::Blowfish$Context : public ::java::lang::Object
31 {
32
33 public: // actually package-private
34   Blowfish$Context(::gnu::javax::crypto::cipher::Blowfish *);
35 private:
36   Blowfish$Context(::gnu::javax::crypto::cipher::Blowfish *, ::gnu::javax::crypto::cipher::Blowfish$Context *);
37 public:
38   virtual ::java::lang::Object * clone();
39 public: // actually package-private
40   JArray< jint > * __attribute__((aligned(__alignof__( ::java::lang::Object)))) p;
41   JArray< jint > * s0;
42   JArray< jint > * s1;
43   JArray< jint > * s2;
44   JArray< jint > * s3;
45   ::gnu::javax::crypto::cipher::Blowfish * this$0;
46 public:
47   static ::java::lang::Class class$;
48 };
49
50 #endif // __gnu_javax_crypto_cipher_Blowfish$Context__