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