OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / libjava / gnu / javax / net / ssl / provider / CipherSuiteList.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __gnu_javax_net_ssl_provider_CipherSuiteList__
5 #define __gnu_javax_net_ssl_provider_CipherSuiteList__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 extern "Java"
11 {
12   namespace gnu
13   {
14     namespace javax
15     {
16       namespace net
17       {
18         namespace ssl
19         {
20           namespace provider
21           {
22               class CipherSuite;
23               class CipherSuiteList;
24               class ProtocolVersion;
25           }
26         }
27       }
28     }
29   }
30   namespace java
31   {
32     namespace nio
33     {
34         class ByteBuffer;
35     }
36   }
37 }
38
39 class gnu::javax::net::ssl::provider::CipherSuiteList : public ::java::lang::Object
40 {
41
42 public:
43   CipherSuiteList(::java::nio::ByteBuffer *);
44   CipherSuiteList(::java::nio::ByteBuffer *, ::gnu::javax::net::ssl::provider::ProtocolVersion *);
45   jint size();
46   ::gnu::javax::net::ssl::provider::CipherSuite * get(jint);
47   void put(jint, ::gnu::javax::net::ssl::provider::CipherSuite *);
48   void setSize(jint);
49   ::java::lang::String * toString();
50   ::java::lang::String * toString(::java::lang::String *);
51   jboolean equals(::java::lang::Object *);
52   ::java::util::Iterator * iterator();
53 public: // actually package-private
54   static jint access$0(::gnu::javax::net::ssl::provider::CipherSuiteList *);
55 private:
56   ::java::nio::ByteBuffer * __attribute__((aligned(__alignof__( ::java::lang::Object)))) buffer;
57   ::gnu::javax::net::ssl::provider::ProtocolVersion * version;
58   jint modCount;
59 public:
60   static ::java::lang::Class class$;
61 };
62
63 #endif // __gnu_javax_net_ssl_provider_CipherSuiteList__