ExemptionMechanismSpi.h 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_crypto_ExemptionMechanismSpi__
  3. #define __javax_crypto_ExemptionMechanismSpi__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace java
  10. {
  11. namespace security
  12. {
  13. class AlgorithmParameters;
  14. class Key;
  15. namespace spec
  16. {
  17. class AlgorithmParameterSpec;
  18. }
  19. }
  20. }
  21. namespace javax
  22. {
  23. namespace crypto
  24. {
  25. class ExemptionMechanismSpi;
  26. }
  27. }
  28. }
  29. class javax::crypto::ExemptionMechanismSpi : public ::java::lang::Object
  30. {
  31. public:
  32. ExemptionMechanismSpi();
  33. public: // actually protected
  34. virtual JArray< jbyte > * engineGenExemptionBlob() = 0;
  35. virtual jint engineGenExemptionBlob(JArray< jbyte > *, jint) = 0;
  36. virtual jint engineGetOutputSize(jint) = 0;
  37. virtual void engineInit(::java::security::Key *) = 0;
  38. virtual void engineInit(::java::security::Key *, ::java::security::AlgorithmParameters *) = 0;
  39. virtual void engineInit(::java::security::Key *, ::java::security::spec::AlgorithmParameterSpec *) = 0;
  40. public:
  41. static ::java::lang::Class class$;
  42. };
  43. #endif // __javax_crypto_ExemptionMechanismSpi__