mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-02 18:53:22 +00:00
39 lines
768 B
C
39 lines
768 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __gnu_java_security_jce_sig_RSAPSSRawSignatureSpi__
|
||
|
#define __gnu_java_security_jce_sig_RSAPSSRawSignatureSpi__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <gnu/java/security/jce/sig/SignatureAdapter.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace gnu
|
||
|
{
|
||
|
namespace java
|
||
|
{
|
||
|
namespace security
|
||
|
{
|
||
|
namespace jce
|
||
|
{
|
||
|
namespace sig
|
||
|
{
|
||
|
class RSAPSSRawSignatureSpi;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class gnu::java::security::jce::sig::RSAPSSRawSignatureSpi : public ::gnu::java::security::jce::sig::SignatureAdapter
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
RSAPSSRawSignatureSpi();
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __gnu_java_security_jce_sig_RSAPSSRawSignatureSpi__
|