1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __gnu_javax_crypto_prng_PRNGFactory__
5 #define __gnu_javax_crypto_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         }
22       }
23     }
24     namespace javax
25     {
26       namespace crypto
27       {
28         namespace prng
29         {
30             class PRNGFactory;
31         }
32       }
33     }
34   }
35 }
36 
37 class gnu::javax::crypto::prng::PRNGFactory : public ::java::lang::Object
38 {
39 
40   PRNGFactory();
41 public:
42   static ::gnu::java::security::prng::IRandom * getInstance(::java::lang::String *);
43   static ::java::util::Set * getNames();
44   static ::java::lang::Class class$;
45 };
46 
47 #endif // __gnu_javax_crypto_prng_PRNGFactory__
48