mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-08 09:07:53 +00:00
36 lines
769 B
C++
36 lines
769 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_javax_crypto_jce_PBKDF2SecretKeyFactory$HMacSHA512__
|
|
#define __gnu_javax_crypto_jce_PBKDF2SecretKeyFactory$HMacSHA512__
|
|
|
|
#pragma interface
|
|
|
|
#include <gnu/javax/crypto/jce/PBKDF2SecretKeyFactory.h>
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace crypto
|
|
{
|
|
namespace jce
|
|
{
|
|
class PBKDF2SecretKeyFactory$HMacSHA512;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::javax::crypto::jce::PBKDF2SecretKeyFactory$HMacSHA512 : public ::gnu::javax::crypto::jce::PBKDF2SecretKeyFactory
|
|
{
|
|
|
|
public:
|
|
PBKDF2SecretKeyFactory$HMacSHA512();
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __gnu_javax_crypto_jce_PBKDF2SecretKeyFactory$HMacSHA512__
|