PKCS8EncodedKeySpec.h 742 B

12345678910111213141516171819202122232425262728293031323334353637
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_security_spec_PKCS8EncodedKeySpec__
  3. #define __java_security_spec_PKCS8EncodedKeySpec__
  4. #pragma interface
  5. #include <java/security/spec/EncodedKeySpec.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace java
  10. {
  11. namespace security
  12. {
  13. namespace spec
  14. {
  15. class PKCS8EncodedKeySpec;
  16. }
  17. }
  18. }
  19. }
  20. class java::security::spec::PKCS8EncodedKeySpec : public ::java::security::spec::EncodedKeySpec
  21. {
  22. public:
  23. PKCS8EncodedKeySpec(JArray< jbyte > *);
  24. virtual JArray< jbyte > * getEncoded();
  25. virtual ::java::lang::String * getFormat();
  26. static ::java::lang::Class class$;
  27. };
  28. #endif // __java_security_spec_PKCS8EncodedKeySpec__