ElGamalKeyAgreement.h 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_javax_crypto_key_dh_ElGamalKeyAgreement__
  3. #define __gnu_javax_crypto_key_dh_ElGamalKeyAgreement__
  4. #pragma interface
  5. #include <gnu/javax/crypto/key/BaseKeyAgreementParty.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace gnu
  10. {
  11. namespace javax
  12. {
  13. namespace crypto
  14. {
  15. namespace key
  16. {
  17. namespace dh
  18. {
  19. class ElGamalKeyAgreement;
  20. }
  21. }
  22. }
  23. }
  24. }
  25. namespace java
  26. {
  27. namespace math
  28. {
  29. class BigInteger;
  30. }
  31. }
  32. }
  33. class gnu::javax::crypto::key::dh::ElGamalKeyAgreement : public ::gnu::javax::crypto::key::BaseKeyAgreementParty
  34. {
  35. public: // actually protected
  36. ElGamalKeyAgreement();
  37. virtual JArray< jbyte > * engineSharedSecret();
  38. virtual void engineReset();
  39. public:
  40. static ::java::lang::String * SOURCE_OF_RANDOMNESS;
  41. static ::java::lang::String * KA_ELGAMAL_RECIPIENT_PRIVATE_KEY;
  42. static ::java::lang::String * KA_ELGAMAL_RECIPIENT_PUBLIC_KEY;
  43. public: // actually protected
  44. ::java::math::BigInteger * __attribute__((aligned(__alignof__( ::gnu::javax::crypto::key::BaseKeyAgreementParty)))) ZZ;
  45. public:
  46. static ::java::lang::Class class$;
  47. };
  48. #endif // __gnu_javax_crypto_key_dh_ElGamalKeyAgreement__