re PR bootstrap/50047 (Revision 177670 failed to bootstrap)
[official-gcc.git] / libjava / javax / crypto / KeyGeneratorSpi.h
blob4fb3574260d7b5176a650881a2ab78f25d990c01
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_crypto_KeyGeneratorSpi__
5 #define __javax_crypto_KeyGeneratorSpi__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace java
14 namespace security
16 class SecureRandom;
17 namespace spec
19 class AlgorithmParameterSpec;
23 namespace javax
25 namespace crypto
27 class KeyGeneratorSpi;
28 class SecretKey;
33 class javax::crypto::KeyGeneratorSpi : public ::java::lang::Object
36 public:
37 KeyGeneratorSpi();
38 public: // actually protected
39 virtual ::javax::crypto::SecretKey * engineGenerateKey() = 0;
40 virtual void engineInit(::java::security::spec::AlgorithmParameterSpec *, ::java::security::SecureRandom *) = 0;
41 virtual void engineInit(jint, ::java::security::SecureRandom *) = 0;
42 virtual void engineInit(::java::security::SecureRandom *) = 0;
43 public:
44 static ::java::lang::Class class$;
47 #endif // __javax_crypto_KeyGeneratorSpi__