mirror of
https://github.com/autc04/Retro68.git
synced 2025-03-03 02:30:58 +00:00
36 lines
757 B
C
36 lines
757 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __gnu_javax_crypto_jce_PBKDF2SecretKeyFactory$HMacSHA1__
|
||
|
#define __gnu_javax_crypto_jce_PBKDF2SecretKeyFactory$HMacSHA1__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <gnu/javax/crypto/jce/PBKDF2SecretKeyFactory.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace gnu
|
||
|
{
|
||
|
namespace javax
|
||
|
{
|
||
|
namespace crypto
|
||
|
{
|
||
|
namespace jce
|
||
|
{
|
||
|
class PBKDF2SecretKeyFactory$HMacSHA1;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class gnu::javax::crypto::jce::PBKDF2SecretKeyFactory$HMacSHA1 : public ::gnu::javax::crypto::jce::PBKDF2SecretKeyFactory
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
PBKDF2SecretKeyFactory$HMacSHA1();
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __gnu_javax_crypto_jce_PBKDF2SecretKeyFactory$HMacSHA1__
|