URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [net/] [ssl/] [EntropySource.h] - Rev 830
Go to most recent revision | Compare with Previous | Blame | View Log
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __gnu_javax_net_ssl_EntropySource__ #define __gnu_javax_net_ssl_EntropySource__ #pragma interface #include <java/lang/Object.h> #include <gcj/array.h> extern "Java" { namespace gnu { namespace javax { namespace net { namespace ssl { class EntropySource; } } } } } class gnu::javax::net::ssl::EntropySource : public ::java::lang::Object { public: virtual jdouble quality() = 0; virtual JArray< jbyte > * nextBytes() = 0; static ::java::lang::Class class$; } __attribute__ ((java_interface)); #endif // __gnu_javax_net_ssl_EntropySource__
Go to most recent revision | Compare with Previous | Blame | View Log