AESKeyWrapSpi.h 926 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_javax_crypto_jce_cipher_AESKeyWrapSpi__
  3. #define __gnu_javax_crypto_jce_cipher_AESKeyWrapSpi__
  4. #pragma interface
  5. #include <gnu/javax/crypto/jce/cipher/KeyWrappingAlgorithmAdapter.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 AESKeyWrapSpi;
  19. }
  20. }
  21. }
  22. }
  23. }
  24. }
  25. class gnu::javax::crypto::jce::cipher::AESKeyWrapSpi : public ::gnu::javax::crypto::jce::cipher::KeyWrappingAlgorithmAdapter
  26. {
  27. public: // actually protected
  28. AESKeyWrapSpi(::java::lang::String *, jint, ::java::lang::String *);
  29. virtual jint getOutputSizeForWrap(jint);
  30. virtual jint getOutputSizeForUnwrap(jint);
  31. public:
  32. static ::java::lang::Class class$;
  33. };
  34. #endif // __gnu_javax_crypto_jce_cipher_AESKeyWrapSpi__