OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / gnu / java / security / hash / HashFactory.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __gnu_java_security_hash_HashFactory__
5 #define __gnu_java_security_hash_HashFactory__
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 hash
19         {
20             class HashFactory;
21             class IMessageDigest;
22         }
23       }
24     }
25   }
26 }
27
28 class gnu::java::security::hash::HashFactory : public ::java::lang::Object
29 {
30
31   HashFactory();
32 public:
33   static ::gnu::java::security::hash::IMessageDigest * getInstance(::java::lang::String *);
34   static ::java::util::Set * getNames();
35   static ::java::lang::Class class$;
36 };
37
38 #endif // __gnu_java_security_hash_HashFactory__