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