mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
58 lines
1.8 KiB
C++
58 lines
1.8 KiB
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_java_security_x509_ext_GeneralName$Kind__
|
|
#define __gnu_java_security_x509_ext_GeneralName$Kind__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Enum.h>
|
|
#include <gcj/array.h>
|
|
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace java
|
|
{
|
|
namespace security
|
|
{
|
|
namespace x509
|
|
{
|
|
namespace ext
|
|
{
|
|
class GeneralName$Kind;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::java::security::x509::ext::GeneralName$Kind : public ::java::lang::Enum
|
|
{
|
|
|
|
GeneralName$Kind(::java::lang::String *, jint, jint);
|
|
public:
|
|
static ::gnu::java::security::x509::ext::GeneralName$Kind * forTag(jint);
|
|
jint tag();
|
|
static JArray< ::gnu::java::security::x509::ext::GeneralName$Kind * > * values();
|
|
static ::gnu::java::security::x509::ext::GeneralName$Kind * valueOf(::java::lang::String *);
|
|
static ::gnu::java::security::x509::ext::GeneralName$Kind * otherName;
|
|
static ::gnu::java::security::x509::ext::GeneralName$Kind * rfc822Name;
|
|
static ::gnu::java::security::x509::ext::GeneralName$Kind * dNSName;
|
|
static ::gnu::java::security::x509::ext::GeneralName$Kind * x400Address;
|
|
static ::gnu::java::security::x509::ext::GeneralName$Kind * directoryName;
|
|
static ::gnu::java::security::x509::ext::GeneralName$Kind * ediPartyName;
|
|
static ::gnu::java::security::x509::ext::GeneralName$Kind * uniformResourceIdentifier;
|
|
static ::gnu::java::security::x509::ext::GeneralName$Kind * iPAddress;
|
|
static ::gnu::java::security::x509::ext::GeneralName$Kind * registeredId;
|
|
private:
|
|
jint __attribute__((aligned(__alignof__( ::java::lang::Enum)))) tag__;
|
|
static JArray< ::gnu::java::security::x509::ext::GeneralName$Kind * > * ENUM$VALUES;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __gnu_java_security_x509_ext_GeneralName$Kind__
|