Merged gcj-eclipse branch to trunk.
[official-gcc.git] / libjava / gnu / javax / crypto / mac / MacFactory.h
blob141a59cf66b6a19c78204db4b4f87829ce8c5562
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __gnu_javax_crypto_mac_MacFactory__
5 #define __gnu_javax_crypto_mac_MacFactory__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace gnu
14 namespace javax
16 namespace crypto
18 namespace mac
20 class IMac;
21 class MacFactory;
28 class gnu::javax::crypto::mac::MacFactory : public ::java::lang::Object
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$;
41 #endif // __gnu_javax_crypto_mac_MacFactory__