Package de.rtner.security.auth.spi

Interface Summary
PBKDF2 A free Java implementation of Password Based Key Derivation Function 2 as defined by RFC 2898.
PBKDF2Formatter A free Java implementation of Password Based Key Derivation Function 2 as defined by RFC 2898.
PRF A free Java implementation of Password Based Key Derivation Function 2 as defined by RFC 2898.
 

Class Summary
MacBasedPRF Default PRF implementation based on standard javax.crypt.Mac mechanisms.
PBKDF2Engine Request for Comments: 2898 PKCS #5: Password-Based Cryptography Specification Version 2.0 PBKDF2 (P, S, c, dkLen) Options: PRF underlying pseudorandom function (hLen denotes the length in octets of the pseudorandom function output).
PBKDF2HexFormatter A free Java implementation of Password Based Key Derivation Function 2 as defined by RFC 2898.
PBKDF2Parameters Parameter data holder for PBKDF2 configuration.
SaltedDatabaseServerLoginModule A JBoss JDBC based login module that supports authentication, role mapping and salted iterated password hashing.
 



Copyright © 2007 Matthias Gärtner