gcc/libjava/gnu/javax/crypto/jce/PBKDF2SecretKeyFactory.h
Tom Tromey 97b8365caf Merged gcj-eclipse branch to trunk.
From-SVN: r120621
2007-01-09 19:58:05 +00:00

61 lines
1.4 KiB
C++

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __gnu_javax_crypto_jce_PBKDF2SecretKeyFactory__
#define __gnu_javax_crypto_jce_PBKDF2SecretKeyFactory__
#pragma interface
#include <javax/crypto/SecretKeyFactorySpi.h>
extern "Java"
{
namespace gnu
{
namespace javax
{
namespace crypto
{
namespace jce
{
class PBKDF2SecretKeyFactory;
}
}
}
}
namespace java
{
namespace security
{
namespace spec
{
class KeySpec;
}
}
}
namespace javax
{
namespace crypto
{
class SecretKey;
}
}
}
class gnu::javax::crypto::jce::PBKDF2SecretKeyFactory : public ::javax::crypto::SecretKeyFactorySpi
{
public: // actually protected
PBKDF2SecretKeyFactory(::java::lang::String *);
virtual ::javax::crypto::SecretKey * engineGenerateSecret(::java::security::spec::KeySpec *);
virtual ::java::security::spec::KeySpec * engineGetKeySpec(::javax::crypto::SecretKey *, ::java::lang::Class *);
virtual ::javax::crypto::SecretKey * engineTranslateKey(::javax::crypto::SecretKey *);
::java::lang::String * __attribute__((aligned(__alignof__( ::javax::crypto::SecretKeyFactorySpi)))) macName;
private:
static const jint DEFAULT_ITERATION_COUNT = 1000;
static const jint DEFAULT_KEY_LEN = 32;
public:
static ::java::lang::Class class$;
};
#endif // __gnu_javax_crypto_jce_PBKDF2SecretKeyFactory__