PRNGFactory.h 854 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_javax_crypto_prng_PRNGFactory__
  3. #define __gnu_javax_crypto_prng_PRNGFactory__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace gnu
  9. {
  10. namespace java
  11. {
  12. namespace security
  13. {
  14. namespace prng
  15. {
  16. class IRandom;
  17. }
  18. }
  19. }
  20. namespace javax
  21. {
  22. namespace crypto
  23. {
  24. namespace prng
  25. {
  26. class PRNGFactory;
  27. }
  28. }
  29. }
  30. }
  31. }
  32. class gnu::javax::crypto::prng::PRNGFactory : public ::java::lang::Object
  33. {
  34. PRNGFactory();
  35. public:
  36. static ::gnu::java::security::prng::IRandom * getInstance(::java::lang::String *);
  37. static ::java::util::Set * getNames();
  38. static ::java::lang::Class class$;
  39. };
  40. #endif // __gnu_javax_crypto_prng_PRNGFactory__