12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
- #ifndef __gnu_javax_crypto_cipher_Cast5$Cast5Key__
- #define __gnu_javax_crypto_cipher_Cast5$Cast5Key__
- #pragma interface
- #include <java/lang/Object.h>
- extern "Java"
- {
- namespace gnu
- {
- namespace javax
- {
- namespace crypto
- {
- namespace cipher
- {
- class Cast5;
- class Cast5$Cast5Key;
- }
- }
- }
- }
- }
- class gnu::javax::crypto::cipher::Cast5$Cast5Key : public ::java::lang::Object
- {
- Cast5$Cast5Key(::gnu::javax::crypto::cipher::Cast5 *);
- public: // actually package-private
- Cast5$Cast5Key(::gnu::javax::crypto::cipher::Cast5 *, ::gnu::javax::crypto::cipher::Cast5$Cast5Key *);
- jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) rounds;
- jint Km0;
- jint Km1;
- jint Km2;
- jint Km3;
- jint Km4;
- jint Km5;
- jint Km6;
- jint Km7;
- jint Km8;
- jint Km9;
- jint Km10;
- jint Km11;
- jint Km12;
- jint Km13;
- jint Km14;
- jint Km15;
- jint Kr0;
- jint Kr1;
- jint Kr2;
- jint Kr3;
- jint Kr4;
- jint Kr5;
- jint Kr6;
- jint Kr7;
- jint Kr8;
- jint Kr9;
- jint Kr10;
- jint Kr11;
- jint Kr12;
- jint Kr13;
- jint Kr14;
- jint Kr15;
- ::gnu::javax::crypto::cipher::Cast5 * this$0;
- public:
- static ::java::lang::Class class$;
- };
- #endif // __gnu_javax_crypto_cipher_Cast5$Cast5Key__
|