Package de.rtner.security.auth.spi

Interface Summary
PBKDF2 Interface to Password Based Key Derivation Function 2 implementations.
PBKDF2Formatter Interface to objects that know how to encode/decode PBKDF2 parameters.
PRF Interface to Pseudorandom Function.
 

Class Summary
MacBasedPRF Default PRF implementation based on standard javax.crypt.Mac mechanisms.
PBKDF2Engine This Password Based Key Derivation Function 2 implementation.
PBKDF2HexFormatter Hexadecimal PBKDF2 parameter encoder/decoder.
PBKDF2Parameters Parameter data holder for PBKDF2 configuration.
SaltedDatabaseServerLoginModule A JBoss JDBC based login module that supports authentication, role mapping and salted iterated password hashing.
SimplePBKDF2 PBKDF2 convenience object that comes pre-configured.