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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [net/] [ssl/] [provider/] [TrustedAuthorities$TrustedAuthority.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_TrustedAuthorities$TrustedAuthority__
5
#define __gnu_javax_net_ssl_provider_TrustedAuthorities$TrustedAuthority__
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 TrustedAuthorities$IdentifierType;
25
              class TrustedAuthorities$TrustedAuthority;
26
          }
27
        }
28
      }
29
    }
30
  }
31
  namespace java
32
  {
33
    namespace nio
34
    {
35
        class ByteBuffer;
36
    }
37
  }
38
  namespace javax
39
  {
40
    namespace security
41
    {
42
      namespace auth
43
      {
44
        namespace x500
45
        {
46
            class X500Principal;
47
        }
48
      }
49
    }
50
  }
51
}
52
 
53
class gnu::javax::net::ssl::provider::TrustedAuthorities$TrustedAuthority : public ::java::lang::Object
54
{
55
 
56
public:
57
  TrustedAuthorities$TrustedAuthority(::java::nio::ByteBuffer *);
58
  virtual jint length();
59
  virtual JArray< jbyte > * sha1Hash();
60
  virtual ::javax::security::auth::x500::X500Principal * name();
61
  virtual ::gnu::javax::net::ssl::provider::TrustedAuthorities$IdentifierType * type();
62
  virtual ::java::lang::String * toString();
63
  virtual ::java::lang::String * toString(::java::lang::String *);
64
private:
65
  ::java::nio::ByteBuffer * __attribute__((aligned(__alignof__( ::java::lang::Object)))) buffer;
66
public:
67
  static ::java::lang::Class class$;
68
};
69
 
70
#endif // __gnu_javax_net_ssl_provider_TrustedAuthorities$TrustedAuthority__

powered by: WebSVN 2.1.0

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