Reset branch to trunk.
[official-gcc.git] / trunk / libjava / java / security / cert / PKIXCertPathChecker.h
blob375e8f33cbe0718847b95e5d6caae721a28b638b
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_security_cert_PKIXCertPathChecker__
5 #define __java_security_cert_PKIXCertPathChecker__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace java
14 namespace security
16 namespace cert
18 class Certificate;
19 class PKIXCertPathChecker;
25 class java::security::cert::PKIXCertPathChecker : public ::java::lang::Object
28 public: // actually protected
29 PKIXCertPathChecker();
30 public:
31 virtual ::java::lang::Object * clone();
32 virtual void init(jboolean) = 0;
33 virtual jboolean isForwardCheckingSupported() = 0;
34 virtual ::java::util::Set * getSupportedExtensions() = 0;
35 virtual void check(::java::security::cert::Certificate *, ::java::util::Collection *) = 0;
36 static ::java::lang::Class class$;
39 #endif // __java_security_cert_PKIXCertPathChecker__