Fix expected messages in test
[official-gcc.git] / libjava / javax / crypto / interfaces / DHPrivateKey.h
blob500bb2a688ab820b5101a72f7cf5e1e7070866d9
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_crypto_interfaces_DHPrivateKey__
5 #define __javax_crypto_interfaces_DHPrivateKey__
7 #pragma interface
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
12 extern "Java"
14 namespace java
16 namespace math
18 class BigInteger;
21 namespace javax
23 namespace crypto
25 namespace interfaces
27 class DHPrivateKey;
29 namespace spec
31 class DHParameterSpec;
37 class javax::crypto::interfaces::DHPrivateKey : public ::java::lang::Object
40 public:
41 virtual ::java::math::BigInteger * getX() = 0;
42 virtual ::javax::crypto::spec::DHParameterSpec * getParams() = 0;
43 virtual ::java::lang::String * getAlgorithm() = 0;
44 virtual ::java::lang::String * getFormat() = 0;
45 virtual JArray< jbyte > * getEncoded() = 0;
46 static const jlong serialVersionUID = 2211791113380396553LL;
47 static ::java::lang::Class class$;
48 } __attribute__ ((java_interface));
50 #endif // __javax_crypto_interfaces_DHPrivateKey__