CRLSelector.h 674 B

1234567891011121314151617181920212223242526272829303132333435
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_security_cert_CRLSelector__
  3. #define __java_security_cert_CRLSelector__
  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 CRL;
  15. class CRLSelector;
  16. }
  17. }
  18. }
  19. }
  20. class java::security::cert::CRLSelector : public ::java::lang::Object
  21. {
  22. public:
  23. virtual ::java::lang::Object * clone() = 0;
  24. virtual jboolean match(::java::security::cert::CRL *) = 0;
  25. static ::java::lang::Class class$;
  26. } __attribute__ ((java_interface));
  27. #endif // __java_security_cert_CRLSelector__