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