Uses of Interface
fr.xephi.authme.security.pbkdf2.PRF

Packages that use PRF
fr.xephi.authme.security.pbkdf2   
 

Uses of PRF in fr.xephi.authme.security.pbkdf2
 

Classes in fr.xephi.authme.security.pbkdf2 that implement PRF
 class MacBasedPRF
          Default PRF implementation based on standard javax.crypt.Mac mechanisms.
 

Methods in fr.xephi.authme.security.pbkdf2 that return PRF
 PRF PBKDF2Engine.getPseudoRandomFunction()
           
 PRF PBKDF2.getPseudoRandomFunction()
          Get currently set Pseudo Random Function.
 

Methods in fr.xephi.authme.security.pbkdf2 with parameters of type PRF
 void PBKDF2Engine.setPseudoRandomFunction(PRF prf)
           
 void PBKDF2.setPseudoRandomFunction(PRF prf)
          Set the Pseudo Random Function to use.
 

Constructors in fr.xephi.authme.security.pbkdf2 with parameters of type PRF
PBKDF2Engine(PBKDF2Parameters parameters, PRF prf)
          Constructor for PBKDF2 implementation object.