PBES2$HMacRipeMD160.h 823 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_javax_crypto_jce_cipher_PBES2$HMacRipeMD160__
  3. #define __gnu_javax_crypto_jce_cipher_PBES2$HMacRipeMD160__
  4. #pragma interface
  5. #include <gnu/javax/crypto/jce/cipher/PBES2.h>
  6. extern "Java"
  7. {
  8. namespace gnu
  9. {
  10. namespace javax
  11. {
  12. namespace crypto
  13. {
  14. namespace jce
  15. {
  16. namespace cipher
  17. {
  18. class PBES2$HMacRipeMD160;
  19. }
  20. }
  21. }
  22. }
  23. }
  24. }
  25. class gnu::javax::crypto::jce::cipher::PBES2$HMacRipeMD160 : public ::gnu::javax::crypto::jce::cipher::PBES2
  26. {
  27. public:
  28. PBES2$HMacRipeMD160(::java::lang::String *, jint);
  29. PBES2$HMacRipeMD160(::java::lang::String *);
  30. static ::java::lang::Class class$;
  31. };
  32. #endif // __gnu_javax_crypto_jce_cipher_PBES2$HMacRipeMD160__