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/] [PublicKey.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_PublicKey__
#ifndef __java_security_PublicKey__
#define __java_security_PublicKey__
#define __java_security_PublicKey__
 
 
#pragma interface
#pragma interface
 
 
#include <java/lang/Object.h>
#include <java/lang/Object.h>
#include <gcj/array.h>
#include <gcj/array.h>
 
 
extern "Java"
extern "Java"
{
{
  namespace java
  namespace java
  {
  {
    namespace security
    namespace security
    {
    {
        class PublicKey;
        class PublicKey;
    }
    }
  }
  }
}
}
 
 
class java::security::PublicKey : public ::java::lang::Object
class java::security::PublicKey : public ::java::lang::Object
{
{
 
 
public:
public:
  virtual ::java::lang::String * getAlgorithm() = 0;
  virtual ::java::lang::String * getAlgorithm() = 0;
  virtual ::java::lang::String * getFormat() = 0;
  virtual ::java::lang::String * getFormat() = 0;
  virtual JArray< jbyte > * getEncoded() = 0;
  virtual JArray< jbyte > * getEncoded() = 0;
  static const jlong serialVersionUID = 7187392471159151072LL;
  static const jlong serialVersionUID = 7187392471159151072LL;
  static ::java::lang::Class class$;
  static ::java::lang::Class class$;
} __attribute__ ((java_interface));
} __attribute__ ((java_interface));
 
 
#endif // __java_security_PublicKey__
#endif // __java_security_PublicKey__
 
 

powered by: WebSVN 2.1.0

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