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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [net/] [ssl/] [provider/] [DiffieHellman.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_DiffieHellman__
5
#define __gnu_javax_net_ssl_provider_DiffieHellman__
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 crypto
17
      {
18
        namespace key
19
        {
20
          namespace dh
21
          {
22
              class GnuDHPrivateKey;
23
          }
24
        }
25
      }
26
      namespace net
27
      {
28
        namespace ssl
29
        {
30
          namespace provider
31
          {
32
              class DiffieHellman;
33
          }
34
        }
35
      }
36
    }
37
  }
38
  namespace java
39
  {
40
    namespace math
41
    {
42
        class BigInteger;
43
    }
44
  }
45
}
46
 
47
class gnu::javax::net::ssl::provider::DiffieHellman : public ::java::lang::Object
48
{
49
 
50
public: // actually package-private
51
  DiffieHellman();
52
  static ::gnu::javax::crypto::key::dh::GnuDHPrivateKey * getParams();
53
  static ::java::math::BigInteger * DH_G;
54
  static ::java::math::BigInteger * GROUP_1;
55
  static ::java::math::BigInteger * GROUP_2;
56
  static ::java::math::BigInteger * GROUP_5;
57
  static ::java::math::BigInteger * GROUP_14;
58
  static ::java::math::BigInteger * GROUP_15;
59
  static ::java::math::BigInteger * GROUP_16;
60
  static ::java::math::BigInteger * GROUP_17;
61
  static ::java::math::BigInteger * GROUP_18;
62
public:
63
  static ::java::lang::Class class$;
64
};
65
 
66
#endif // __gnu_javax_net_ssl_provider_DiffieHellman__

powered by: WebSVN 2.1.0

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