mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-01 11:52:47 +00:00
62 lines
1.5 KiB
C
62 lines
1.5 KiB
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __gnu_java_security_jce_sig_KeyPairGeneratorAdapter__
|
||
|
#define __gnu_java_security_jce_sig_KeyPairGeneratorAdapter__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <java/security/KeyPairGenerator.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace gnu
|
||
|
{
|
||
|
namespace java
|
||
|
{
|
||
|
namespace security
|
||
|
{
|
||
|
namespace jce
|
||
|
{
|
||
|
namespace sig
|
||
|
{
|
||
|
class KeyPairGeneratorAdapter;
|
||
|
}
|
||
|
}
|
||
|
namespace key
|
||
|
{
|
||
|
class IKeyPairGenerator;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
namespace java
|
||
|
{
|
||
|
namespace security
|
||
|
{
|
||
|
class KeyPair;
|
||
|
class SecureRandom;
|
||
|
namespace spec
|
||
|
{
|
||
|
class AlgorithmParameterSpec;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class gnu::java::security::jce::sig::KeyPairGeneratorAdapter : public ::java::security::KeyPairGenerator
|
||
|
{
|
||
|
|
||
|
public: // actually protected
|
||
|
KeyPairGeneratorAdapter(::java::lang::String *);
|
||
|
public:
|
||
|
virtual void initialize(jint, ::java::security::SecureRandom *) = 0;
|
||
|
virtual void initialize(::java::security::spec::AlgorithmParameterSpec *, ::java::security::SecureRandom *) = 0;
|
||
|
virtual ::java::security::KeyPair * generateKeyPair();
|
||
|
public: // actually protected
|
||
|
::gnu::java::security::key::IKeyPairGenerator * __attribute__((aligned(__alignof__( ::java::security::KeyPairGenerator)))) adaptee;
|
||
|
public:
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __gnu_java_security_jce_sig_KeyPairGeneratorAdapter__
|