DESKeyGeneratorImpl.h 943 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_javax_crypto_jce_key_DESKeyGeneratorImpl__
  3. #define __gnu_javax_crypto_jce_key_DESKeyGeneratorImpl__
  4. #pragma interface
  5. #include <gnu/javax/crypto/jce/key/SecretKeyGeneratorImpl.h>
  6. extern "Java"
  7. {
  8. namespace gnu
  9. {
  10. namespace javax
  11. {
  12. namespace crypto
  13. {
  14. namespace jce
  15. {
  16. namespace key
  17. {
  18. class DESKeyGeneratorImpl;
  19. }
  20. }
  21. }
  22. }
  23. }
  24. namespace javax
  25. {
  26. namespace crypto
  27. {
  28. class SecretKey;
  29. }
  30. }
  31. }
  32. class gnu::javax::crypto::jce::key::DESKeyGeneratorImpl : public ::gnu::javax::crypto::jce::key::SecretKeyGeneratorImpl
  33. {
  34. public:
  35. DESKeyGeneratorImpl();
  36. public: // actually protected
  37. virtual ::javax::crypto::SecretKey * engineGenerateKey();
  38. public:
  39. static ::java::lang::Class class$;
  40. };
  41. #endif // __gnu_javax_crypto_jce_key_DESKeyGeneratorImpl__