Merged gcj-eclipse branch to trunk.
[official-gcc.git] / libjava / java / security / VMSecureRandom.h
blob982bc0f1a888ed7d72f218e54afd371d167c1602
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_security_VMSecureRandom__
5 #define __java_security_VMSecureRandom__
7 #pragma interface
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
12 extern "Java"
14 namespace java
16 namespace security
18 class VMSecureRandom;
23 class java::security::VMSecureRandom : public ::java::lang::Object
26 public: // actually package-private
27 VMSecureRandom();
28 static jint generateSeed(JArray< jbyte > *, jint, jint);
29 public:
30 static ::java::lang::Class class$;
33 #endif // __java_security_VMSecureRandom__