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$Iterator.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$Iterator__
5
#define __gnu_javax_net_ssl_provider_X500PrincipalList$Iterator__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace javax
15
    {
16
      namespace net
17
      {
18
        namespace ssl
19
        {
20
          namespace provider
21
          {
22
              class X500PrincipalList;
23
              class X500PrincipalList$Iterator;
24
          }
25
        }
26
      }
27
    }
28
  }
29
  namespace javax
30
  {
31
    namespace security
32
    {
33
      namespace auth
34
      {
35
        namespace x500
36
        {
37
            class X500Principal;
38
        }
39
      }
40
    }
41
  }
42
}
43
 
44
class gnu::javax::net::ssl::provider::X500PrincipalList$Iterator : public ::java::lang::Object
45
{
46
 
47
public:
48
  X500PrincipalList$Iterator(::gnu::javax::net::ssl::provider::X500PrincipalList *);
49
  virtual void X500PrincipalList$Iterator$add(::javax::security::auth::x500::X500Principal *);
50
  virtual jboolean hasNext();
51
  virtual jboolean hasPrevious();
52
  virtual ::javax::security::auth::x500::X500Principal * X500PrincipalList$Iterator$next();
53
  virtual jint nextIndex();
54
  virtual ::javax::security::auth::x500::X500Principal * X500PrincipalList$Iterator$previous();
55
  virtual jint previousIndex();
56
  virtual void remove();
57
  virtual void X500PrincipalList$Iterator$set(::javax::security::auth::x500::X500Principal *);
58
  virtual ::java::lang::Object * next();
59
  virtual ::java::lang::Object * previous();
60
  virtual void add(::java::lang::Object *);
61
  virtual void set(::java::lang::Object *);
62
private:
63
  jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) modCount;
64
  jint index;
65
  jint count;
66
public: // actually package-private
67
  ::gnu::javax::net::ssl::provider::X500PrincipalList * this$0;
68
public:
69
  static ::java::lang::Class class$;
70
};
71
 
72
#endif // __gnu_javax_net_ssl_provider_X500PrincipalList$Iterator__

powered by: WebSVN 2.1.0

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