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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [crypto/] [key/] [srp6/] [SRPAlgorithm.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_crypto_key_srp6_SRPAlgorithm__
5
#define __gnu_javax_crypto_key_srp6_SRPAlgorithm__
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 srp6
21
          {
22
              class SRPAlgorithm;
23
          }
24
        }
25
      }
26
    }
27
  }
28
  namespace java
29
  {
30
    namespace math
31
    {
32
        class BigInteger;
33
    }
34
  }
35
}
36
 
37
class gnu::javax::crypto::key::srp6::SRPAlgorithm : public ::java::lang::Object
38
{
39
 
40
  SRPAlgorithm();
41
public:
42
  static void checkParams(::java::math::BigInteger *, ::java::math::BigInteger *);
43
  static ::java::math::BigInteger * N_2048;
44
  static ::java::math::BigInteger * N_1536;
45
  static ::java::math::BigInteger * N_1280;
46
  static ::java::math::BigInteger * N_1024;
47
  static ::java::math::BigInteger * N_768;
48
  static ::java::math::BigInteger * N_640;
49
  static ::java::math::BigInteger * N_512;
50
  static ::java::math::BigInteger * N_384;
51
  static ::java::math::BigInteger * N_264;
52
private:
53
  static ::java::math::BigInteger * ZERO;
54
  static ::java::math::BigInteger * ONE;
55
  static ::java::math::BigInteger * TWO;
56
public:
57
  static ::java::lang::Class class$;
58
};
59
 
60
#endif // __gnu_javax_crypto_key_srp6_SRPAlgorithm__

powered by: WebSVN 2.1.0

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