summaryrefslogtreecommitdiff
path: root/libjava/gnu/javax/net/ssl/provider/Alert$Description.h
blob: 90a652672bd5bd6a614f19548def0e1acba4f9f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
// 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__