OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [security/] [x509/] [ext/] [GeneralName.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_java_security_x509_ext_GeneralName__
5
#define __gnu_java_security_x509_ext_GeneralName__
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 GeneralName;
25
              class GeneralName$Kind;
26
          }
27
        }
28
      }
29
    }
30
  }
31
}
32
 
33
class gnu::java::security::x509::ext::GeneralName : public ::java::lang::Object
34
{
35
 
36
public:
37
  GeneralName(JArray< jbyte > *);
38
  GeneralName(::gnu::java::security::x509::ext::GeneralName$Kind *, JArray< jbyte > *);
39
  virtual ::gnu::java::security::x509::ext::GeneralName$Kind * kind();
40
  virtual JArray< jbyte > * name();
41
  virtual JArray< jbyte > * encoded();
42
  virtual jboolean equals(::java::lang::Object *);
43
  virtual ::java::lang::String * toString();
44
public: // actually package-private
45
  static JArray< jint > * $SWITCH_TABLE$gnu$java$security$x509$ext$GeneralName$Kind();
46
private:
47
  ::gnu::java::security::x509::ext::GeneralName$Kind * __attribute__((aligned(__alignof__( ::java::lang::Object)))) kind__;
48
  JArray< jbyte > * name__;
49
  JArray< jbyte > * encoded__;
50
  static JArray< jint > * $SWITCH_TABLE$gnu$java$security$x509$ext$GeneralName$Kind__;
51
public:
52
  static ::java::lang::Class class$;
53
};
54
 
55
#endif // __gnu_java_security_x509_ext_GeneralName__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.