HMacFactory.h 726 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_javax_crypto_mac_HMacFactory__
  3. #define __gnu_javax_crypto_mac_HMacFactory__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace gnu
  9. {
  10. namespace javax
  11. {
  12. namespace crypto
  13. {
  14. namespace mac
  15. {
  16. class HMacFactory;
  17. class IMac;
  18. }
  19. }
  20. }
  21. }
  22. }
  23. class gnu::javax::crypto::mac::HMacFactory : public ::java::lang::Object
  24. {
  25. HMacFactory();
  26. public:
  27. static ::gnu::javax::crypto::mac::IMac * getInstance(::java::lang::String *);
  28. static ::java::util::Set * getNames();
  29. static ::java::lang::Class class$;
  30. };
  31. #endif // __gnu_javax_crypto_mac_HMacFactory__