PrivateKey.h 717 B

1234567891011121314151617181920212223242526272829303132333435
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_security_PrivateKey__
  3. #define __java_security_PrivateKey__
  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 PrivateKey;
  14. }
  15. }
  16. }
  17. class java::security::PrivateKey : public ::java::lang::Object
  18. {
  19. public:
  20. virtual ::java::lang::String * getAlgorithm() = 0;
  21. virtual ::java::lang::String * getFormat() = 0;
  22. virtual JArray< jbyte > * getEncoded() = 0;
  23. static const jlong serialVersionUID = 6034044314589513430LL;
  24. static ::java::lang::Class class$;
  25. } __attribute__ ((java_interface));
  26. #endif // __java_security_PrivateKey__