Uses of Package
fr.xephi.authme.security.crypts

Packages that use fr.xephi.authme.security.crypts
fr.xephi.authme.events   
fr.xephi.authme.security.crypts   
 

Classes in fr.xephi.authme.security.crypts used by fr.xephi.authme.events
EncryptionMethod
           Public interface for Custom Password encryption method The getHash function is called when we need to crypt the password (/register usually) The comparePassword is called when we need to match password (/login usually)
 

Classes in fr.xephi.authme.security.crypts used by fr.xephi.authme.security.crypts
EncryptionMethod
           Public interface for Custom Password encryption method The getHash function is called when we need to crypt the password (/register usually) The comparePassword is called when we need to match password (/login usually)