Merged with mainline at revision 128810.
[official-gcc.git] / libjava / java / security / Key.h
blob630f8123b0f4d519d1a86127d0f38b1e4d7635a6
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_security_Key__
5 #define __java_security_Key__
7 #pragma interface
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
12 extern "Java"
14 namespace java
16 namespace security
18 class Key;
23 class java::security::Key : public ::java::lang::Object
26 public:
27 virtual ::java::lang::String * getAlgorithm() = 0;
28 virtual ::java::lang::String * getFormat() = 0;
29 virtual JArray< jbyte > * getEncoded() = 0;
30 static const jlong serialVersionUID = 6603384152749567654LL;
31 static ::java::lang::Class class$;
32 } __attribute__ ((java_interface));
34 #endif // __java_security_Key__