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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [security/] [interfaces/] [RSAMultiPrimePrivateCrtKey.h] - Blame information for rev 761

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 758 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __java_security_interfaces_RSAMultiPrimePrivateCrtKey__
5
#define __java_security_interfaces_RSAMultiPrimePrivateCrtKey__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace java
15
  {
16
    namespace math
17
    {
18
        class BigInteger;
19
    }
20
    namespace security
21
    {
22
      namespace interfaces
23
      {
24
          class RSAMultiPrimePrivateCrtKey;
25
      }
26
      namespace spec
27
      {
28
          class RSAOtherPrimeInfo;
29
      }
30
    }
31
  }
32
}
33
 
34
class java::security::interfaces::RSAMultiPrimePrivateCrtKey : public ::java::lang::Object
35
{
36
 
37
public:
38
  virtual ::java::math::BigInteger * getPublicExponent() = 0;
39
  virtual ::java::math::BigInteger * getPrimeP() = 0;
40
  virtual ::java::math::BigInteger * getPrimeQ() = 0;
41
  virtual ::java::math::BigInteger * getPrimeExponentP() = 0;
42
  virtual ::java::math::BigInteger * getPrimeExponentQ() = 0;
43
  virtual ::java::math::BigInteger * getCrtCoefficient() = 0;
44
  virtual JArray< ::java::security::spec::RSAOtherPrimeInfo * > * getOtherPrimeInfo() = 0;
45
  virtual ::java::math::BigInteger * getPrivateExponent() = 0;
46
  virtual ::java::lang::String * getAlgorithm() = 0;
47
  virtual ::java::lang::String * getFormat() = 0;
48
  virtual JArray< jbyte > * getEncoded() = 0;
49
  virtual ::java::math::BigInteger * getModulus() = 0;
50
  static const jlong serialVersionUID = 618058533534628008LL;
51
  static ::java::lang::Class class$;
52
} __attribute__ ((java_interface));
53
 
54
#endif // __java_security_interfaces_RSAMultiPrimePrivateCrtKey__

powered by: WebSVN 2.1.0

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