OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / gnu / javax / crypto / cipher / Cast5$Cast5Key.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __gnu_javax_crypto_cipher_Cast5$Cast5Key__
5 #define __gnu_javax_crypto_cipher_Cast5$Cast5Key__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 extern "Java"
11 {
12   namespace gnu
13   {
14     namespace javax
15     {
16       namespace crypto
17       {
18         namespace cipher
19         {
20             class Cast5;
21             class Cast5$Cast5Key;
22         }
23       }
24     }
25   }
26 }
27
28 class gnu::javax::crypto::cipher::Cast5$Cast5Key : public ::java::lang::Object
29 {
30
31   Cast5$Cast5Key(::gnu::javax::crypto::cipher::Cast5 *);
32 public: // actually package-private
33   Cast5$Cast5Key(::gnu::javax::crypto::cipher::Cast5 *, ::gnu::javax::crypto::cipher::Cast5$Cast5Key *);
34   jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) rounds;
35   jint Km0;
36   jint Km1;
37   jint Km2;
38   jint Km3;
39   jint Km4;
40   jint Km5;
41   jint Km6;
42   jint Km7;
43   jint Km8;
44   jint Km9;
45   jint Km10;
46   jint Km11;
47   jint Km12;
48   jint Km13;
49   jint Km14;
50   jint Km15;
51   jint Kr0;
52   jint Kr1;
53   jint Kr2;
54   jint Kr3;
55   jint Kr4;
56   jint Kr5;
57   jint Kr6;
58   jint Kr7;
59   jint Kr8;
60   jint Kr9;
61   jint Kr10;
62   jint Kr11;
63   jint Kr12;
64   jint Kr13;
65   jint Kr14;
66   jint Kr15;
67   ::gnu::javax::crypto::cipher::Cast5 * this$0;
68 public:
69   static ::java::lang::Class class$;
70 };
71
72 #endif // __gnu_javax_crypto_cipher_Cast5$Cast5Key__