2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_crypto_SecretKeyFactorySpi__
5 #define __javax_crypto_SecretKeyFactorySpi__
9 #include <java/lang/Object.h>
27 class SecretKeyFactorySpi
;
32 class javax::crypto::SecretKeyFactorySpi
: public ::java::lang::Object
36 SecretKeyFactorySpi();
37 public: // actually protected
38 virtual ::javax::crypto::SecretKey
* engineGenerateSecret(::java::security::spec::KeySpec
*) = 0;
39 virtual ::java::security::spec::KeySpec
* engineGetKeySpec(::javax::crypto::SecretKey
*, ::java::lang::Class
*) = 0;
40 virtual ::javax::crypto::SecretKey
* engineTranslateKey(::javax::crypto::SecretKey
*) = 0;
42 static ::java::lang::Class
class$
;
45 #endif // __javax_crypto_SecretKeyFactorySpi__