URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [crypto/] [keyring/] [CertPathEntry.h] - Rev 775
Go to most recent revision | Compare with Previous | Blame | View Log
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __gnu_javax_crypto_keyring_CertPathEntry__ #define __gnu_javax_crypto_keyring_CertPathEntry__ #pragma interface #include <gnu/javax/crypto/keyring/PrimitiveEntry.h> #include <gcj/array.h> extern "Java" { namespace gnu { namespace javax { namespace crypto { namespace keyring { class CertPathEntry; class Properties; } } } } namespace java { namespace security { namespace cert { class Certificate; } } } } class gnu::javax::crypto::keyring::CertPathEntry : public ::gnu::javax::crypto::keyring::PrimitiveEntry { public: CertPathEntry(JArray< ::java::security::cert::Certificate * > *, ::java::util::Date *, ::gnu::javax::crypto::keyring::Properties *); private: CertPathEntry(); public: static ::gnu::javax::crypto::keyring::CertPathEntry * decode(::java::io::DataInputStream *); JArray< ::java::security::cert::Certificate * > * getCertPath(); public: // actually protected void encodePayload(); public: static const jint TYPE = 8; private: JArray< ::java::security::cert::Certificate * > * __attribute__((aligned(__alignof__( ::gnu::javax::crypto::keyring::PrimitiveEntry)))) path; public: static ::java::lang::Class class$; }; #endif // __gnu_javax_crypto_keyring_CertPathEntry__
Go to most recent revision | Compare with Previous | Blame | View Log