OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / gnu / javax / crypto / key / srp6 / SRPPublicKey.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __gnu_javax_crypto_key_srp6_SRPPublicKey__
5 #define __gnu_javax_crypto_key_srp6_SRPPublicKey__
6
7 #pragma interface
8
9 #include <gnu/javax/crypto/key/srp6/SRPKey.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 SRPPublicKey;
25           }
26         }
27       }
28     }
29   }
30   namespace java
31   {
32     namespace math
33     {
34         class BigInteger;
35     }
36   }
37 }
38
39 class gnu::javax::crypto::key::srp6::SRPPublicKey : public ::gnu::javax::crypto::key::srp6::SRPKey
40 {
41
42 public:
43   SRPPublicKey(::java::math::BigInteger *, ::java::math::BigInteger *, ::java::math::BigInteger *);
44 public: // actually package-private
45   SRPPublicKey(JArray< ::java::math::BigInteger * > *);
46 public:
47   static ::gnu::javax::crypto::key::srp6::SRPPublicKey * valueOf(JArray< jbyte > *);
48   virtual ::java::math::BigInteger * getY();
49   virtual JArray< jbyte > * getEncoded(jint);
50   virtual jboolean equals(::java::lang::Object *);
51 private:
52   ::java::math::BigInteger * __attribute__((aligned(__alignof__( ::gnu::javax::crypto::key::srp6::SRPKey)))) Y;
53 public:
54   static ::java::lang::Class class$;
55 };
56
57 #endif // __gnu_javax_crypto_key_srp6_SRPPublicKey__