URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [crypto/] [key/] [srp6/] [SRP6SaslClient.h] - Rev 841
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_key_srp6_SRP6SaslClient__ #define __gnu_javax_crypto_key_srp6_SRP6SaslClient__ #pragma interface #include <gnu/javax/crypto/key/srp6/SRP6TLSClient.h> extern "Java" { namespace gnu { namespace javax { namespace crypto { namespace key { class IncomingMessage; class OutgoingMessage; namespace srp6 { class SRP6SaslClient; } } } } } } class gnu::javax::crypto::key::srp6::SRP6SaslClient : public ::gnu::javax::crypto::key::srp6::SRP6TLSClient { public: SRP6SaslClient(); public: // actually protected virtual ::gnu::javax::crypto::key::OutgoingMessage * computeSharedSecret(::gnu::javax::crypto::key::IncomingMessage *); public: static ::java::lang::Class class$; }; #endif // __gnu_javax_crypto_key_srp6_SRP6SaslClient__
Go to most recent revision | Compare with Previous | Blame | View Log