CipherFactory.h 772 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_javax_crypto_cipher_CipherFactory__
  3. #define __gnu_javax_crypto_cipher_CipherFactory__
  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 CipherFactory;
  17. class IBlockCipher;
  18. }
  19. }
  20. }
  21. }
  22. }
  23. class gnu::javax::crypto::cipher::CipherFactory : public ::java::lang::Object
  24. {
  25. CipherFactory();
  26. public:
  27. static ::gnu::javax::crypto::cipher::IBlockCipher * getInstance(::java::lang::String *);
  28. static ::java::util::Set * getNames();
  29. static ::java::lang::Class class$;
  30. };
  31. #endif // __gnu_javax_crypto_cipher_CipherFactory__