mirror of git://gcc.gnu.org/git/gcc.git
39 lines
773 B
C++
39 lines
773 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_javax_crypto_jce_key_Cast5KeyGeneratorImpl__
|
|
#define __gnu_javax_crypto_jce_key_Cast5KeyGeneratorImpl__
|
|
|
|
#pragma interface
|
|
|
|
#include <gnu/javax/crypto/jce/key/SecretKeyGeneratorImpl.h>
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace crypto
|
|
{
|
|
namespace jce
|
|
{
|
|
namespace key
|
|
{
|
|
class Cast5KeyGeneratorImpl;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::javax::crypto::jce::key::Cast5KeyGeneratorImpl : public ::gnu::javax::crypto::jce::key::SecretKeyGeneratorImpl
|
|
{
|
|
|
|
public:
|
|
Cast5KeyGeneratorImpl();
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __gnu_javax_crypto_jce_key_Cast5KeyGeneratorImpl__
|