mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-30 19:53:46 +00:00
39 lines
711 B
C
39 lines
711 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __gnu_java_security_jce_hash_Sha512Spi__
|
||
|
#define __gnu_java_security_jce_hash_Sha512Spi__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <gnu/java/security/jce/hash/MessageDigestAdapter.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace gnu
|
||
|
{
|
||
|
namespace java
|
||
|
{
|
||
|
namespace security
|
||
|
{
|
||
|
namespace jce
|
||
|
{
|
||
|
namespace hash
|
||
|
{
|
||
|
class Sha512Spi;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class gnu::java::security::jce::hash::Sha512Spi : public ::gnu::java::security::jce::hash::MessageDigestAdapter
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
Sha512Spi();
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __gnu_java_security_jce_hash_Sha512Spi__
|