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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [crypto/] [key/] [srp6/] [SRP6KeyAgreement.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_SRP6KeyAgreement__
5
#define __gnu_javax_crypto_key_srp6_SRP6KeyAgreement__
6
 
7
#pragma interface
8
 
9
#include <gnu/javax/crypto/key/BaseKeyAgreementParty.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace javax
17
    {
18
      namespace crypto
19
      {
20
        namespace key
21
        {
22
          namespace srp6
23
          {
24
              class SRP6KeyAgreement;
25
          }
26
        }
27
        namespace sasl
28
        {
29
          namespace srp
30
          {
31
              class SRP;
32
          }
33
        }
34
      }
35
    }
36
  }
37
  namespace java
38
  {
39
    namespace math
40
    {
41
        class BigInteger;
42
    }
43
  }
44
}
45
 
46
class gnu::javax::crypto::key::srp6::SRP6KeyAgreement : public ::gnu::javax::crypto::key::BaseKeyAgreementParty
47
{
48
 
49
public: // actually protected
50
  SRP6KeyAgreement();
51
  virtual JArray< jbyte > * engineSharedSecret();
52
  virtual void engineReset();
53
  virtual ::java::math::BigInteger * uValue(::java::math::BigInteger *, ::java::math::BigInteger *);
54
public:
55
  static ::java::lang::String * SOURCE_OF_RANDOMNESS;
56
  static ::java::lang::String * SHARED_MODULUS;
57
  static ::java::lang::String * GENERATOR;
58
  static ::java::lang::String * HASH_FUNCTION;
59
  static ::java::lang::String * USER_IDENTITY;
60
  static ::java::lang::String * USER_PASSWORD;
61
  static ::java::lang::String * HOST_PASSWORD_DB;
62
public: // actually protected
63
  static ::java::math::BigInteger * THREE;
64
  ::gnu::javax::crypto::sasl::srp::SRP * __attribute__((aligned(__alignof__( ::gnu::javax::crypto::key::BaseKeyAgreementParty)))) srp;
65
  ::java::math::BigInteger * N;
66
  ::java::math::BigInteger * g;
67
  ::java::math::BigInteger * K;
68
public:
69
  static ::java::lang::Class class$;
70
};
71
 
72
#endif // __gnu_javax_crypto_key_srp6_SRP6KeyAgreement__

powered by: WebSVN 2.1.0

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