1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __gnu_java_security_x509_ext_PrivateKeyUsagePeriod__
5 #define __gnu_java_security_x509_ext_PrivateKeyUsagePeriod__
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 PrivateKeyUsagePeriod;
26           }
27         }
28       }
29     }
30   }
31 }
32 
33 class gnu::java::security::x509::ext::PrivateKeyUsagePeriod : public ::gnu::java::security::x509::ext::Extension$Value
34 {
35 
36 public:
37   PrivateKeyUsagePeriod(JArray< jbyte > *);
38   virtual ::java::util::Date * getNotBefore();
39   virtual ::java::util::Date * getNotAfter();
40   virtual ::java::lang::String * toString();
41   static ::gnu::java::security::OID * ID;
42 private:
43   ::java::util::Date * __attribute__((aligned(__alignof__( ::gnu::java::security::x509::ext::Extension$Value)))) notBefore;
44   ::java::util::Date * notAfter;
45 public:
46   static ::java::lang::Class class$;
47 };
48 
49 #endif // __gnu_java_security_x509_ext_PrivateKeyUsagePeriod__
50