CertStore$1.h 606 B

1234567891011121314151617181920212223242526272829303132333435
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_security_cert_CertStore$1__
  3. #define __java_security_cert_CertStore$1__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace java
  9. {
  10. namespace security
  11. {
  12. namespace cert
  13. {
  14. class CertStore$1;
  15. }
  16. }
  17. }
  18. }
  19. class java::security::cert::CertStore$1 : public ::java::lang::Object
  20. {
  21. public: // actually package-private
  22. CertStore$1();
  23. public:
  24. virtual ::java::lang::Object * run();
  25. static ::java::lang::Class class$;
  26. };
  27. #endif // __java_security_cert_CertStore$1__