KeySpec.h 526 B

1234567891011121314151617181920212223242526272829303132
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_security_spec_KeySpec__
  3. #define __java_security_spec_KeySpec__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace java
  9. {
  10. namespace security
  11. {
  12. namespace spec
  13. {
  14. class KeySpec;
  15. }
  16. }
  17. }
  18. }
  19. class java::security::spec::KeySpec : public ::java::lang::Object
  20. {
  21. public:
  22. static ::java::lang::Class class$;
  23. } __attribute__ ((java_interface));
  24. #endif // __java_security_spec_KeySpec__