PKIXCertPathChecker.h 920 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_security_cert_PKIXCertPathChecker__
  3. #define __java_security_cert_PKIXCertPathChecker__
  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 Certificate;
  15. class PKIXCertPathChecker;
  16. }
  17. }
  18. }
  19. }
  20. class java::security::cert::PKIXCertPathChecker : public ::java::lang::Object
  21. {
  22. public: // actually protected
  23. PKIXCertPathChecker();
  24. public:
  25. virtual ::java::lang::Object * clone();
  26. virtual void init(jboolean) = 0;
  27. virtual jboolean isForwardCheckingSupported() = 0;
  28. virtual ::java::util::Set * getSupportedExtensions() = 0;
  29. virtual void check(::java::security::cert::Certificate *, ::java::util::Collection *) = 0;
  30. static ::java::lang::Class class$;
  31. };
  32. #endif // __java_security_cert_PKIXCertPathChecker__