mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +00:00
48 lines
1.1 KiB
C++
48 lines
1.1 KiB
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_java_security_x509_GnuPKIExtension__
|
|
#define __gnu_java_security_x509_GnuPKIExtension__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
#include <gcj/array.h>
|
|
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace java
|
|
{
|
|
namespace security
|
|
{
|
|
class OID;
|
|
namespace x509
|
|
{
|
|
class GnuPKIExtension;
|
|
namespace ext
|
|
{
|
|
class Extension;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::java::security::x509::GnuPKIExtension : public ::java::lang::Object
|
|
{
|
|
|
|
public:
|
|
virtual ::gnu::java::security::x509::ext::Extension * getExtension(::gnu::java::security::OID *) = 0;
|
|
virtual ::java::util::Collection * getExtensions() = 0;
|
|
virtual jboolean hasUnsupportedCriticalExtension() = 0;
|
|
virtual ::java::util::Set * getCriticalExtensionOIDs() = 0;
|
|
virtual ::java::util::Set * getNonCriticalExtensionOIDs() = 0;
|
|
virtual JArray< jbyte > * getExtensionValue(::java::lang::String *) = 0;
|
|
static ::java::lang::Class class$;
|
|
} __attribute__ ((java_interface));
|
|
|
|
#endif // __gnu_java_security_x509_GnuPKIExtension__
|