URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [crypto/] [jce/] [PBKDF2SecretKeyFactory.h] - Rev 841
Go to most recent revision | Compare with Previous | Blame | View Log
// 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__
Go to most recent revision | Compare with Previous | Blame | View Log