2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __gnu_javax_crypto_keyring_CompressedEntry__
5 #define __gnu_javax_crypto_keyring_CompressedEntry__
9 #include <gnu/javax/crypto/keyring/EnvelopeEntry.h>
20 class CompressedEntry
;
28 class gnu::javax::crypto::keyring::CompressedEntry
: public ::gnu::javax::crypto::keyring::EnvelopeEntry
32 CompressedEntry(::gnu::javax::crypto::keyring::Properties
*);
36 static ::gnu::javax::crypto::keyring::CompressedEntry
* decode(::java::io::DataInputStream
*);
37 public: // actually protected
38 virtual void encodePayload();
40 static const jint TYPE
= 4;
41 static ::java::lang::Class
class$
;
44 #endif // __gnu_javax_crypto_keyring_CompressedEntry__