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