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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [security/] [key/] [dss/] [DSSPrivateKey.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_dss_DSSPrivateKey__
5
#define __gnu_java_security_key_dss_DSSPrivateKey__
6
 
7
#pragma interface
8
 
9
#include <gnu/java/security/key/dss/DSSKey.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 dss
23
          {
24
              class DSSPrivateKey;
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::dss::DSSPrivateKey : public ::gnu::java::security::key::dss::DSSKey
40
{
41
 
42
public:
43
  DSSPrivateKey(::java::math::BigInteger *, ::java::math::BigInteger *, ::java::math::BigInteger *, ::java::math::BigInteger *);
44
  DSSPrivateKey(jint, ::java::math::BigInteger *, ::java::math::BigInteger *, ::java::math::BigInteger *, ::java::math::BigInteger *);
45
  static ::gnu::java::security::key::dss::DSSPrivateKey * valueOf(JArray< jbyte > *);
46
  virtual ::java::math::BigInteger * getX();
47
  virtual JArray< jbyte > * getEncoded(jint);
48
  virtual jboolean equals(::java::lang::Object *);
49
  virtual ::java::lang::String * toString();
50
private:
51
  ::java::math::BigInteger * __attribute__((aligned(__alignof__( ::gnu::java::security::key::dss::DSSKey)))) x;
52
  ::java::lang::String * str;
53
public:
54
  static ::java::lang::Class class$;
55
};
56
 
57
#endif // __gnu_java_security_key_dss_DSSPrivateKey__

powered by: WebSVN 2.1.0

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