blob: 90a652672bd5bd6a614f19548def0e1acba4f9f5 [file] [log] [blame]
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __gnu_javax_net_ssl_provider_Alert$Description__
#define __gnu_javax_net_ssl_provider_Alert$Description__
#pragma interface
#include <java/lang/Enum.h>
#include <gcj/array.h>
extern "Java"
{
namespace gnu
{
namespace javax
{
namespace net
{
namespace ssl
{
namespace provider
{
class Alert$Description;
}
}
}
}
}
}
class gnu::javax::net::ssl::provider::Alert$Description : public ::java::lang::Enum
{
Alert$Description(::java::lang::String *, jint, jint);
public:
static ::gnu::javax::net::ssl::provider::Alert$Description * forInteger(jint);
jint getValue();
static JArray< ::gnu::javax::net::ssl::provider::Alert$Description * > * values();
static ::gnu::javax::net::ssl::provider::Alert$Description * valueOf(::java::lang::String *);
static ::gnu::javax::net::ssl::provider::Alert$Description * CLOSE_NOTIFY;
static ::gnu::javax::net::ssl::provider::Alert$Description * UNEXPECTED_MESSAGE;
static ::gnu::javax::net::ssl::provider::Alert$Description * BAD_RECORD_MAC;
static ::gnu::javax::net::ssl::provider::Alert$Description * DECRYPTION_FAILED;
static ::gnu::javax::net::ssl::provider::Alert$Description * RECORD_OVERFLOW;
static ::gnu::javax::net::ssl::provider::Alert$Description * DECOMPRESSION_FAILURE;
static ::gnu::javax::net::ssl::provider::Alert$Description * HANDSHAKE_FAILURE;
static ::gnu::javax::net::ssl::provider::Alert$Description * NO_CERTIFICATE;
static ::gnu::javax::net::ssl::provider::Alert$Description * BAD_CERTIFICATE;
static ::gnu::javax::net::ssl::provider::Alert$Description * UNSUPPORTED_CERTIFICATE;
static ::gnu::javax::net::ssl::provider::Alert$Description * CERTIFICATE_REVOKED;
static ::gnu::javax::net::ssl::provider::Alert$Description * CERTIFICATE_EXPIRED;
static ::gnu::javax::net::ssl::provider::Alert$Description * CERTIFICATE_UNKNOWN;
static ::gnu::javax::net::ssl::provider::Alert$Description * ILLEGAL_PARAMETER;
static ::gnu::javax::net::ssl::provider::Alert$Description * UNKNOWN_CA;
static ::gnu::javax::net::ssl::provider::Alert$Description * ACCESS_DENIED;
static ::gnu::javax::net::ssl::provider::Alert$Description * DECODE_ERROR;
static ::gnu::javax::net::ssl::provider::Alert$Description * DECRYPT_ERROR;
static ::gnu::javax::net::ssl::provider::Alert$Description * EXPORT_RESTRICTION;
static ::gnu::javax::net::ssl::provider::Alert$Description * PROTOCOL_VERSION;
static ::gnu::javax::net::ssl::provider::Alert$Description * INSUFFICIENT_SECURITY;
static ::gnu::javax::net::ssl::provider::Alert$Description * INTERNAL_ERROR;
static ::gnu::javax::net::ssl::provider::Alert$Description * USER_CANCELED;
static ::gnu::javax::net::ssl::provider::Alert$Description * NO_RENEGOTIATION;
static ::gnu::javax::net::ssl::provider::Alert$Description * UNSUPPORTED_EXTENSION;
static ::gnu::javax::net::ssl::provider::Alert$Description * CERTIFICATE_UNOBTAINABLE;
static ::gnu::javax::net::ssl::provider::Alert$Description * UNRECOGNIZED_NAME;
static ::gnu::javax::net::ssl::provider::Alert$Description * BAD_CERTIFICATE_STATUS_RESPONSE;
static ::gnu::javax::net::ssl::provider::Alert$Description * BAD_CERTIFICATE_HASH_VALUE;
static ::gnu::javax::net::ssl::provider::Alert$Description * UNKNOWN_SRP_USERNAME;
static ::gnu::javax::net::ssl::provider::Alert$Description * MISSING_SRP_USERNAME;
private:
jint __attribute__((aligned(__alignof__( ::java::lang::Enum)))) value;
static JArray< ::gnu::javax::net::ssl::provider::Alert$Description * > * ENUM$VALUES;
public:
static ::java::lang::Class class$;
};
#endif // __gnu_javax_net_ssl_provider_Alert$Description__