mirror of
https://github.com/autc04/Retro68.git
synced 2025-03-03 02:30:58 +00:00
53 lines
1.1 KiB
C++
53 lines
1.1 KiB
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_javax_crypto_jce_prng_FortunaImpl__
|
|
#define __gnu_javax_crypto_jce_prng_FortunaImpl__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/security/SecureRandomSpi.h>
|
|
#include <gcj/array.h>
|
|
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace crypto
|
|
{
|
|
namespace jce
|
|
{
|
|
namespace prng
|
|
{
|
|
class FortunaImpl;
|
|
}
|
|
}
|
|
namespace prng
|
|
{
|
|
class Fortuna;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::javax::crypto::jce::prng::FortunaImpl : public ::java::security::SecureRandomSpi
|
|
{
|
|
|
|
public:
|
|
FortunaImpl();
|
|
public: // actually protected
|
|
void engineSetSeed(JArray< jbyte > *);
|
|
void engineNextBytes(JArray< jbyte > *);
|
|
JArray< jbyte > * engineGenerateSeed(jint);
|
|
private:
|
|
jboolean __attribute__((aligned(__alignof__( ::java::security::SecureRandomSpi)))) virgin;
|
|
::gnu::javax::crypto::prng::Fortuna * adaptee;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __gnu_javax_crypto_jce_prng_FortunaImpl__
|