OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [net/] [ssl/] [provider/] [Alert$Description.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_javax_net_ssl_provider_Alert$Description__
5
#define __gnu_javax_net_ssl_provider_Alert$Description__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Enum.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace javax
17
    {
18
      namespace net
19
      {
20
        namespace ssl
21
        {
22
          namespace provider
23
          {
24
              class Alert$Description;
25
          }
26
        }
27
      }
28
    }
29
  }
30
}
31
 
32
class gnu::javax::net::ssl::provider::Alert$Description : public ::java::lang::Enum
33
{
34
 
35
  Alert$Description(::java::lang::String *, jint, jint);
36
public:
37
  static ::gnu::javax::net::ssl::provider::Alert$Description * forInteger(jint);
38
  jint getValue();
39
  static JArray< ::gnu::javax::net::ssl::provider::Alert$Description * > * values();
40
  static ::gnu::javax::net::ssl::provider::Alert$Description * valueOf(::java::lang::String *);
41
  static ::gnu::javax::net::ssl::provider::Alert$Description * CLOSE_NOTIFY;
42
  static ::gnu::javax::net::ssl::provider::Alert$Description * UNEXPECTED_MESSAGE;
43
  static ::gnu::javax::net::ssl::provider::Alert$Description * BAD_RECORD_MAC;
44
  static ::gnu::javax::net::ssl::provider::Alert$Description * DECRYPTION_FAILED;
45
  static ::gnu::javax::net::ssl::provider::Alert$Description * RECORD_OVERFLOW;
46
  static ::gnu::javax::net::ssl::provider::Alert$Description * DECOMPRESSION_FAILURE;
47
  static ::gnu::javax::net::ssl::provider::Alert$Description * HANDSHAKE_FAILURE;
48
  static ::gnu::javax::net::ssl::provider::Alert$Description * NO_CERTIFICATE;
49
  static ::gnu::javax::net::ssl::provider::Alert$Description * BAD_CERTIFICATE;
50
  static ::gnu::javax::net::ssl::provider::Alert$Description * UNSUPPORTED_CERTIFICATE;
51
  static ::gnu::javax::net::ssl::provider::Alert$Description * CERTIFICATE_REVOKED;
52
  static ::gnu::javax::net::ssl::provider::Alert$Description * CERTIFICATE_EXPIRED;
53
  static ::gnu::javax::net::ssl::provider::Alert$Description * CERTIFICATE_UNKNOWN;
54
  static ::gnu::javax::net::ssl::provider::Alert$Description * ILLEGAL_PARAMETER;
55
  static ::gnu::javax::net::ssl::provider::Alert$Description * UNKNOWN_CA;
56
  static ::gnu::javax::net::ssl::provider::Alert$Description * ACCESS_DENIED;
57
  static ::gnu::javax::net::ssl::provider::Alert$Description * DECODE_ERROR;
58
  static ::gnu::javax::net::ssl::provider::Alert$Description * DECRYPT_ERROR;
59
  static ::gnu::javax::net::ssl::provider::Alert$Description * EXPORT_RESTRICTION;
60
  static ::gnu::javax::net::ssl::provider::Alert$Description * PROTOCOL_VERSION;
61
  static ::gnu::javax::net::ssl::provider::Alert$Description * INSUFFICIENT_SECURITY;
62
  static ::gnu::javax::net::ssl::provider::Alert$Description * INTERNAL_ERROR;
63
  static ::gnu::javax::net::ssl::provider::Alert$Description * USER_CANCELED;
64
  static ::gnu::javax::net::ssl::provider::Alert$Description * NO_RENEGOTIATION;
65
  static ::gnu::javax::net::ssl::provider::Alert$Description * UNSUPPORTED_EXTENSION;
66
  static ::gnu::javax::net::ssl::provider::Alert$Description * CERTIFICATE_UNOBTAINABLE;
67
  static ::gnu::javax::net::ssl::provider::Alert$Description * UNRECOGNIZED_NAME;
68
  static ::gnu::javax::net::ssl::provider::Alert$Description * BAD_CERTIFICATE_STATUS_RESPONSE;
69
  static ::gnu::javax::net::ssl::provider::Alert$Description * BAD_CERTIFICATE_HASH_VALUE;
70
  static ::gnu::javax::net::ssl::provider::Alert$Description * UNKNOWN_SRP_USERNAME;
71
  static ::gnu::javax::net::ssl::provider::Alert$Description * MISSING_SRP_USERNAME;
72
private:
73
  jint __attribute__((aligned(__alignof__( ::java::lang::Enum)))) value;
74
  static JArray< ::gnu::javax::net::ssl::provider::Alert$Description * > * ENUM$VALUES;
75
public:
76
  static ::java::lang::Class class$;
77
};
78
 
79
#endif // __gnu_javax_net_ssl_provider_Alert$Description__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.