OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / libjava / java / security / PublicKey.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __java_security_PublicKey__
5 #define __java_security_PublicKey__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
11
12 extern "Java"
13 {
14   namespace java
15   {
16     namespace security
17     {
18         class PublicKey;
19     }
20   }
21 }
22
23 class java::security::PublicKey : public ::java::lang::Object
24 {
25
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 = 7187392471159151072LL;
31   static ::java::lang::Class class$;
32 } __attribute__ ((java_interface));
33
34 #endif // __java_security_PublicKey__