mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-10 06:06:02 +00:00
35 lines
654 B
C
35 lines
654 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __java_security_cert_CertPathValidator$1__
|
||
|
#define __java_security_cert_CertPathValidator$1__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <java/lang/Object.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace java
|
||
|
{
|
||
|
namespace security
|
||
|
{
|
||
|
namespace cert
|
||
|
{
|
||
|
class CertPathValidator$1;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class java::security::cert::CertPathValidator$1 : public ::java::lang::Object
|
||
|
{
|
||
|
|
||
|
public: // actually package-private
|
||
|
CertPathValidator$1();
|
||
|
public:
|
||
|
virtual ::java::lang::Object * run();
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __java_security_cert_CertPathValidator$1__
|