mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
44 lines
949 B
C
44 lines
949 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __gnu_javax_net_ssl_provider_SessionImpl$PrivateData__
|
||
|
#define __gnu_javax_net_ssl_provider_SessionImpl$PrivateData__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <java/lang/Object.h>
|
||
|
#include <gcj/array.h>
|
||
|
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace gnu
|
||
|
{
|
||
|
namespace javax
|
||
|
{
|
||
|
namespace net
|
||
|
{
|
||
|
namespace ssl
|
||
|
{
|
||
|
namespace provider
|
||
|
{
|
||
|
class SessionImpl$PrivateData;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class gnu::javax::net::ssl::provider::SessionImpl$PrivateData : public ::java::lang::Object
|
||
|
{
|
||
|
|
||
|
public: // actually package-private
|
||
|
SessionImpl$PrivateData();
|
||
|
static const jlong serialVersionUID = -8040597659545984581LL;
|
||
|
JArray< jbyte > * __attribute__((aligned(__alignof__( ::java::lang::Object)))) masterSecret;
|
||
|
public:
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __gnu_javax_net_ssl_provider_SessionImpl$PrivateData__
|