From 97b8365cafc3a344a22d3980b8ed885f5c6d8357 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 9 Jan 2007 19:58:05 +0000 Subject: Merged gcj-eclipse branch to trunk. From-SVN: r120621 --- libjava/java/security/VMSecureRandom.h | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 libjava/java/security/VMSecureRandom.h (limited to 'libjava/java/security/VMSecureRandom.h') diff --git a/libjava/java/security/VMSecureRandom.h b/libjava/java/security/VMSecureRandom.h new file mode 100644 index 0000000..982bc0f --- /dev/null +++ b/libjava/java/security/VMSecureRandom.h @@ -0,0 +1,33 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __java_security_VMSecureRandom__ +#define __java_security_VMSecureRandom__ + +#pragma interface + +#include +#include + +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__ -- cgit v1.1