EntropySource.h 694 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_javax_net_ssl_EntropySource__
  3. #define __gnu_javax_net_ssl_EntropySource__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace gnu
  10. {
  11. namespace javax
  12. {
  13. namespace net
  14. {
  15. namespace ssl
  16. {
  17. class EntropySource;
  18. }
  19. }
  20. }
  21. }
  22. }
  23. class gnu::javax::net::ssl::EntropySource : public ::java::lang::Object
  24. {
  25. public:
  26. virtual jdouble quality() = 0;
  27. virtual JArray< jbyte > * nextBytes() = 0;
  28. static ::java::lang::Class class$;
  29. } __attribute__ ((java_interface));
  30. #endif // __gnu_javax_net_ssl_EntropySource__