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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-dev/] [fsf-gcc-snapshot-1-mar-12/] [or1k-gcc/] [libjava/] [java/] [security/] [KeyPair.h] - Diff between revs 758 and 783

Only display areas with differences | Details | Blame | View Log

Rev 758 Rev 783
 
 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
 
#ifndef __java_security_KeyPair__
#ifndef __java_security_KeyPair__
#define __java_security_KeyPair__
#define __java_security_KeyPair__
 
 
#pragma interface
#pragma interface
 
 
#include <java/lang/Object.h>
#include <java/lang/Object.h>
extern "Java"
extern "Java"
{
{
  namespace java
  namespace java
  {
  {
    namespace security
    namespace security
    {
    {
        class KeyPair;
        class KeyPair;
        class PrivateKey;
        class PrivateKey;
        class PublicKey;
        class PublicKey;
    }
    }
  }
  }
}
}
 
 
class java::security::KeyPair : public ::java::lang::Object
class java::security::KeyPair : public ::java::lang::Object
{
{
 
 
public:
public:
  KeyPair(::java::security::PublicKey *, ::java::security::PrivateKey *);
  KeyPair(::java::security::PublicKey *, ::java::security::PrivateKey *);
  ::java::security::PublicKey * getPublic();
  ::java::security::PublicKey * getPublic();
  ::java::security::PrivateKey * getPrivate();
  ::java::security::PrivateKey * getPrivate();
private:
private:
  static const jlong serialVersionUID = -7565189502268009837LL;
  static const jlong serialVersionUID = -7565189502268009837LL;
  ::java::security::PublicKey * __attribute__((aligned(__alignof__( ::java::lang::Object)))) publicKey;
  ::java::security::PublicKey * __attribute__((aligned(__alignof__( ::java::lang::Object)))) publicKey;
  ::java::security::PrivateKey * privateKey;
  ::java::security::PrivateKey * privateKey;
public:
public:
  static ::java::lang::Class class$;
  static ::java::lang::Class class$;
};
};
 
 
#endif // __java_security_KeyPair__
#endif // __java_security_KeyPair__
 
 

powered by: WebSVN 2.1.0

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