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