Uses of Interface
com.hs.mail.security.login.PasswordEncoder

Packages that use PasswordEncoder
com.hs.mail.security.login   
 

Uses of PasswordEncoder in com.hs.mail.security.login
 

Classes in com.hs.mail.security.login that implement PasswordEncoder
 class CryptPasswordEncoder
          Unix crypt(3C) utility
 class MD5PasswordEncoder
          Implementation of the password encoder that returns the MD5 hash of any plaintext password passed into the encoder.
 class PlaintextPasswordEncoder
          Default password encoder for the case where no password encoder is needed.
 



Copyright © 2011. All Rights Reserved.