Fix expected messages in test
[official-gcc.git] / libjava / javax / crypto / SecretKey.h
blobd76e72868362c0398e4bc6a6e6a416f16c577395
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_crypto_SecretKey__
5 #define __javax_crypto_SecretKey__
7 #pragma interface
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
12 extern "Java"
14 namespace javax
16 namespace crypto
18 class SecretKey;
23 class javax::crypto::SecretKey : 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 = -4795878709595146952LL;
31 static ::java::lang::Class class$;
32 } __attribute__ ((java_interface));
34 #endif // __javax_crypto_SecretKey__