OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [crypto/] [spec/] [DHPublicKeySpec.h] - Rev 759

Compare with Previous | Blame | View Log

 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
#ifndef __javax_crypto_spec_DHPublicKeySpec__
#define __javax_crypto_spec_DHPublicKeySpec__
 
#pragma interface
 
#include <java/lang/Object.h>
extern "Java"
{
  namespace java
  {
    namespace math
    {
        class BigInteger;
    }
  }
  namespace javax
  {
    namespace crypto
    {
      namespace spec
      {
          class DHPublicKeySpec;
      }
    }
  }
}
 
class javax::crypto::spec::DHPublicKeySpec : public ::java::lang::Object
{
 
public:
  DHPublicKeySpec(::java::math::BigInteger *, ::java::math::BigInteger *, ::java::math::BigInteger *);
  virtual ::java::math::BigInteger * getG();
  virtual ::java::math::BigInteger * getP();
  virtual ::java::math::BigInteger * getY();
private:
  ::java::math::BigInteger * __attribute__((aligned(__alignof__( ::java::lang::Object)))) g;
  ::java::math::BigInteger * p;
  ::java::math::BigInteger * y;
public:
  static ::java::lang::Class class$;
};
 
#endif // __javax_crypto_spec_DHPublicKeySpec__
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.