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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [security/] [key/] [rsa/] [GnuRSAKey.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_java_security_key_rsa_GnuRSAKey__
5
#define __gnu_java_security_key_rsa_GnuRSAKey__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace java
17
    {
18
      namespace security
19
      {
20
        namespace key
21
        {
22
          namespace rsa
23
          {
24
              class GnuRSAKey;
25
          }
26
        }
27
      }
28
    }
29
  }
30
  namespace java
31
  {
32
    namespace math
33
    {
34
        class BigInteger;
35
    }
36
  }
37
}
38
 
39
class gnu::java::security::key::rsa::GnuRSAKey : public ::java::lang::Object
40
{
41
 
42
public: // actually protected
43
  GnuRSAKey(jint, ::java::math::BigInteger *, ::java::math::BigInteger *);
44
public:
45
  virtual ::java::math::BigInteger * getModulus();
46
  virtual ::java::lang::String * getAlgorithm();
47
  virtual JArray< jbyte > * getEncoded();
48
  virtual ::java::lang::String * getFormat();
49
  virtual ::java::math::BigInteger * getN();
50
  virtual ::java::math::BigInteger * getPublicExponent();
51
  virtual ::java::math::BigInteger * getE();
52
  virtual jboolean equals(::java::lang::Object *);
53
  virtual ::java::lang::String * toString();
54
  virtual JArray< jbyte > * getEncoded(jint) = 0;
55
private:
56
  ::java::math::BigInteger * __attribute__((aligned(__alignof__( ::java::lang::Object)))) n;
57
  ::java::math::BigInteger * e;
58
public: // actually protected
59
  jint defaultFormat;
60
private:
61
  ::java::lang::String * str;
62
public:
63
  static ::java::lang::Class class$;
64
};
65
 
66
#endif // __gnu_java_security_key_rsa_GnuRSAKey__

powered by: WebSVN 2.1.0

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