gcc/libjava/gnu/javax/crypto/jce/mac/HMacSHA160Spi.h
Tom Tromey 97b8365caf Merged gcj-eclipse branch to trunk.
From-SVN: r120621
2007-01-09 19:58:05 +00:00

39 lines
701 B
C++

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __gnu_javax_crypto_jce_mac_HMacSHA160Spi__
#define __gnu_javax_crypto_jce_mac_HMacSHA160Spi__
#pragma interface
#include <gnu/javax/crypto/jce/mac/MacAdapter.h>
extern "Java"
{
namespace gnu
{
namespace javax
{
namespace crypto
{
namespace jce
{
namespace mac
{
class HMacSHA160Spi;
}
}
}
}
}
}
class gnu::javax::crypto::jce::mac::HMacSHA160Spi : public ::gnu::javax::crypto::jce::mac::MacAdapter
{
public:
HMacSHA160Spi();
static ::java::lang::Class class$;
};
#endif // __gnu_javax_crypto_jce_mac_HMacSHA160Spi__