34 lines
607 B
C
34 lines
607 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __java_security_VMSecureRandom__
|
||
|
#define __java_security_VMSecureRandom__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <java/lang/Object.h>
|
||
|
#include <gcj/array.h>
|
||
|
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace java
|
||
|
{
|
||
|
namespace security
|
||
|
{
|
||
|
class VMSecureRandom;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class java::security::VMSecureRandom : public ::java::lang::Object
|
||
|
{
|
||
|
|
||
|
public: // actually package-private
|
||
|
VMSecureRandom();
|
||
|
static jint generateSeed(JArray< jbyte > *, jint, jint);
|
||
|
public:
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __java_security_VMSecureRandom__
|