PRNGFactory.h 774 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_java_security_prng_PRNGFactory__
  3. #define __gnu_java_security_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. class PRNGFactory;
  18. }
  19. }
  20. }
  21. }
  22. }
  23. class gnu::java::security::prng::PRNGFactory : public ::java::lang::Object
  24. {
  25. public: // actually protected
  26. PRNGFactory();
  27. public:
  28. static ::gnu::java::security::prng::IRandom * getInstance(::java::lang::String *);
  29. static ::java::util::Set * getNames();
  30. static ::java::lang::Class class$;
  31. };
  32. #endif // __gnu_java_security_prng_PRNGFactory__