summaryrefslogtreecommitdiff
path: root/libjava/gnu/javax/net/ssl/provider/Alert$Description.h
diff options
context:
space:
mode:
authorupstream source tree <ports@midipix.org>2015-03-15 20:14:05 -0400
committerupstream source tree <ports@midipix.org>2015-03-15 20:14:05 -0400
commit554fd8c5195424bdbcabf5de30fdc183aba391bd (patch)
tree976dc5ab7fddf506dadce60ae936f43f58787092 /libjava/gnu/javax/net/ssl/provider/Alert$Description.h
downloadcbb-gcc-4.6.4-554fd8c5195424bdbcabf5de30fdc183aba391bd.tar.bz2
cbb-gcc-4.6.4-554fd8c5195424bdbcabf5de30fdc183aba391bd.tar.xz
obtained gcc-4.6.4.tar.bz2 from upstream website;upstream
verified gcc-4.6.4.tar.bz2.sig; imported gcc-4.6.4 source tree from verified upstream tarball. downloading a git-generated archive based on the 'upstream' tag should provide you with a source tree that is binary identical to the one extracted from the above tarball. if you have obtained the source via the command 'git clone', however, do note that line-endings of files in your working directory might differ from line-endings of the respective files in the upstream repository.
Diffstat (limited to 'libjava/gnu/javax/net/ssl/provider/Alert$Description.h')
-rw-r--r--libjava/gnu/javax/net/ssl/provider/Alert$Description.h79
1 files changed, 79 insertions, 0 deletions
diff --git a/libjava/gnu/javax/net/ssl/provider/Alert$Description.h b/libjava/gnu/javax/net/ssl/provider/Alert$Description.h
new file mode 100644
index 000000000..90a652672
--- /dev/null
+++ b/libjava/gnu/javax/net/ssl/provider/Alert$Description.h
@@ -0,0 +1,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__