Cast5$Cast5Key.h 1.3 KB

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