mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
39 lines
702 B
C++
39 lines
702 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_java_security_jce_sig_MD5withRSA__
|
|
#define __gnu_java_security_jce_sig_MD5withRSA__
|
|
|
|
#pragma interface
|
|
|
|
#include <gnu/java/security/jce/sig/SignatureAdapter.h>
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace java
|
|
{
|
|
namespace security
|
|
{
|
|
namespace jce
|
|
{
|
|
namespace sig
|
|
{
|
|
class MD5withRSA;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::java::security::jce::sig::MD5withRSA : public ::gnu::java::security::jce::sig::SignatureAdapter
|
|
{
|
|
|
|
public:
|
|
MD5withRSA();
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __gnu_java_security_jce_sig_MD5withRSA__
|