OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / gnu / javax / crypto / jce / key / SecretKeyGeneratorImpl.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __gnu_javax_crypto_jce_key_SecretKeyGeneratorImpl__
5 #define __gnu_javax_crypto_jce_key_SecretKeyGeneratorImpl__
6
7 #pragma interface
8
9 #include <javax/crypto/KeyGeneratorSpi.h>
10 extern "Java"
11 {
12   namespace gnu
13   {
14     namespace javax
15     {
16       namespace crypto
17       {
18         namespace jce
19         {
20           namespace key
21           {
22               class SecretKeyGeneratorImpl;
23           }
24         }
25       }
26     }
27   }
28   namespace java
29   {
30     namespace security
31     {
32         class SecureRandom;
33       namespace spec
34       {
35           class AlgorithmParameterSpec;
36       }
37     }
38   }
39   namespace javax
40   {
41     namespace crypto
42     {
43         class SecretKey;
44     }
45   }
46 }
47
48 class gnu::javax::crypto::jce::key::SecretKeyGeneratorImpl : public ::javax::crypto::KeyGeneratorSpi
49 {
50
51 public: // actually protected
52   SecretKeyGeneratorImpl(::java::lang::String *);
53   virtual ::javax::crypto::SecretKey * engineGenerateKey();
54   virtual void engineInit(::java::security::spec::AlgorithmParameterSpec *, ::java::security::SecureRandom *);
55   virtual void engineInit(jint, ::java::security::SecureRandom *);
56   virtual void engineInit(::java::security::SecureRandom *);
57   jint __attribute__((aligned(__alignof__( ::javax::crypto::KeyGeneratorSpi)))) defaultKeySize;
58   ::java::util::List * keySizes;
59   ::java::lang::String * algorithm;
60   jboolean init;
61   jint currentKeySize;
62   ::java::security::SecureRandom * random;
63 public:
64   static ::java::lang::Class class$;
65 };
66
67 #endif // __gnu_javax_crypto_jce_key_SecretKeyGeneratorImpl__