mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +00:00
55 lines
1017 B
C
55 lines
1017 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __gnu_javax_net_ssl_provider_TLSHMac__
|
||
|
#define __gnu_javax_net_ssl_provider_TLSHMac__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <gnu/javax/crypto/mac/HMac.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace gnu
|
||
|
{
|
||
|
namespace java
|
||
|
{
|
||
|
namespace security
|
||
|
{
|
||
|
namespace hash
|
||
|
{
|
||
|
class IMessageDigest;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
namespace javax
|
||
|
{
|
||
|
namespace net
|
||
|
{
|
||
|
namespace ssl
|
||
|
{
|
||
|
namespace provider
|
||
|
{
|
||
|
class TLSHMac;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class gnu::javax::net::ssl::provider::TLSHMac : public ::gnu::javax::crypto::mac::HMac
|
||
|
{
|
||
|
|
||
|
public: // actually package-private
|
||
|
TLSHMac(::gnu::java::security::hash::IMessageDigest *);
|
||
|
public:
|
||
|
virtual void init(::java::util::Map *);
|
||
|
private:
|
||
|
static const jbyte IPAD_BYTE = 54;
|
||
|
static const jbyte OPAD_BYTE = 92;
|
||
|
public:
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __gnu_javax_net_ssl_provider_TLSHMac__
|