1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __gnu_java_security_x509_ext_GeneralNames__
5 #define __gnu_java_security_x509_ext_GeneralNames__
6 
7 #pragma interface
8 
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
11 
12 extern "Java"
13 {
14   namespace gnu
15   {
16     namespace java
17     {
18       namespace security
19       {
20         namespace x509
21         {
22           namespace ext
23           {
24               class GeneralNames;
25           }
26         }
27       }
28     }
29   }
30 }
31 
32 class gnu::java::security::x509::ext::GeneralNames : public ::java::lang::Object
33 {
34 
35 public:
36   GeneralNames(JArray< jbyte > *);
37   virtual ::java::util::List * getNames();
38   virtual ::java::lang::String * toString();
39 private:
40   ::java::util::List * __attribute__((aligned(__alignof__( ::java::lang::Object)))) names;
41 public:
42   static ::java::lang::Class class$;
43 };
44 
45 #endif // __gnu_java_security_x509_ext_GeneralNames__
46