mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 07:31:32 +00:00
39 lines
694 B
C++
39 lines
694 B
C++
|
|
// 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__
|