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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [net/] [ssl/] [provider/] [X500PrincipalList.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_javax_net_ssl_provider_X500PrincipalList__
5
#define __gnu_javax_net_ssl_provider_X500PrincipalList__
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 javax
17
    {
18
      namespace net
19
      {
20
        namespace ssl
21
        {
22
          namespace provider
23
          {
24
              class X500PrincipalList;
25
          }
26
        }
27
      }
28
    }
29
  }
30
  namespace java
31
  {
32
    namespace nio
33
    {
34
        class ByteBuffer;
35
    }
36
  }
37
  namespace javax
38
  {
39
    namespace security
40
    {
41
      namespace auth
42
      {
43
        namespace x500
44
        {
45
            class X500Principal;
46
        }
47
      }
48
    }
49
  }
50
}
51
 
52
class gnu::javax::net::ssl::provider::X500PrincipalList : public ::java::lang::Object
53
{
54
 
55
public:
56
  X500PrincipalList(::java::nio::ByteBuffer *);
57
  jint size();
58
  jint count();
59
  ::javax::security::auth::x500::X500Principal * get(jint);
60
  void put(jint, ::javax::security::auth::x500::X500Principal *);
61
  void put(jint, JArray< jbyte > *);
62
  void setSize(jint, jint);
63
  ::java::lang::String * toString();
64
  ::java::lang::String * toString(::java::lang::String *);
65
  jboolean equals(::java::lang::Object *);
66
  ::java::util::Iterator * iterator();
67
public: // actually package-private
68
  static jint access$0(::gnu::javax::net::ssl::provider::X500PrincipalList *);
69
private:
70
  ::java::nio::ByteBuffer * __attribute__((aligned(__alignof__( ::java::lang::Object)))) buffer;
71
  jint modCount;
72
public:
73
  static ::java::lang::Class class$;
74
};
75
 
76
#endif // __gnu_javax_net_ssl_provider_X500PrincipalList__

powered by: WebSVN 2.1.0

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