URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
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_spec_RSAMultiPrimePrivateCrtKeySpec__
|
5 |
|
|
#define __java_security_spec_RSAMultiPrimePrivateCrtKeySpec__
|
6 |
|
|
|
7 |
|
|
#pragma interface
|
8 |
|
|
|
9 |
|
|
#include <java/security/spec/RSAPrivateKeySpec.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 spec
|
23 |
|
|
{
|
24 |
|
|
class RSAMultiPrimePrivateCrtKeySpec;
|
25 |
|
|
class RSAOtherPrimeInfo;
|
26 |
|
|
}
|
27 |
|
|
}
|
28 |
|
|
}
|
29 |
|
|
}
|
30 |
|
|
|
31 |
|
|
class java::security::spec::RSAMultiPrimePrivateCrtKeySpec : public ::java::security::spec::RSAPrivateKeySpec
|
32 |
|
|
{
|
33 |
|
|
|
34 |
|
|
public:
|
35 |
|
|
RSAMultiPrimePrivateCrtKeySpec(::java::math::BigInteger *, ::java::math::BigInteger *, ::java::math::BigInteger *, ::java::math::BigInteger *, ::java::math::BigInteger *, ::java::math::BigInteger *, ::java::math::BigInteger *, ::java::math::BigInteger *, JArray< ::java::security::spec::RSAOtherPrimeInfo * > *);
|
36 |
|
|
virtual ::java::math::BigInteger * getPublicExponent();
|
37 |
|
|
virtual ::java::math::BigInteger * getPrimeP();
|
38 |
|
|
virtual ::java::math::BigInteger * getPrimeQ();
|
39 |
|
|
virtual ::java::math::BigInteger * getPrimeExponentP();
|
40 |
|
|
virtual ::java::math::BigInteger * getPrimeExponentQ();
|
41 |
|
|
virtual ::java::math::BigInteger * getCrtCoefficient();
|
42 |
|
|
virtual JArray< ::java::security::spec::RSAOtherPrimeInfo * > * getOtherPrimeInfo();
|
43 |
|
|
private:
|
44 |
|
|
::java::math::BigInteger * __attribute__((aligned(__alignof__( ::java::security::spec::RSAPrivateKeySpec)))) publicExponent;
|
45 |
|
|
::java::math::BigInteger * primeP;
|
46 |
|
|
::java::math::BigInteger * primeQ;
|
47 |
|
|
::java::math::BigInteger * primeExponentP;
|
48 |
|
|
::java::math::BigInteger * primeExponentQ;
|
49 |
|
|
::java::math::BigInteger * crtCoefficient;
|
50 |
|
|
JArray< ::java::security::spec::RSAOtherPrimeInfo * > * otherPrimeInfo;
|
51 |
|
|
public:
|
52 |
|
|
static ::java::lang::Class class$;
|
53 |
|
|
};
|
54 |
|
|
|
55 |
|
|
#endif // __java_security_spec_RSAMultiPrimePrivateCrtKeySpec__
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.