URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [crypto/] [key/] [srp6/] [SRPKey.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_SRPKey__ #define __gnu_javax_crypto_key_srp6_SRPKey__ #pragma interface #include <java/lang/Object.h> #include <gcj/array.h> extern "Java" { namespace gnu { namespace javax { namespace crypto { namespace key { namespace srp6 { class SRPKey; } } } } } namespace java { namespace math { class BigInteger; } } } class gnu::javax::crypto::key::srp6::SRPKey : public ::java::lang::Object { public: // actually protected SRPKey(::java::math::BigInteger *, ::java::math::BigInteger *); public: virtual ::java::lang::String * getAlgorithm(); virtual JArray< jbyte > * getEncoded(); virtual ::java::lang::String * getFormat(); virtual ::java::math::BigInteger * getN(); virtual ::java::math::BigInteger * getG(); virtual jboolean equals(::java::lang::Object *); virtual JArray< jbyte > * getEncoded(jint) = 0; public: // actually protected ::java::math::BigInteger * __attribute__((aligned(__alignof__( ::java::lang::Object)))) N; ::java::math::BigInteger * g; public: static ::java::lang::Class class$; }; #endif // __gnu_javax_crypto_key_srp6_SRPKey__
Go to most recent revision | Compare with Previous | Blame | View Log