com.atlassian.user.security.password
Interface PasswordEncryptor

All Known Implementing Classes:
OSUPasswordEncryptor

public interface PasswordEncryptor


Method Summary
 String encrypt(String unencryptedPassword)
           
 void init(HashMap args)
          Deprecated. since 13 March 2007, use constructor instead.
 

Method Detail

encrypt

String encrypt(String unencryptedPassword)
Returns:
an encrypted version of the original String unencryptedPassword

init

void init(HashMap args)
Deprecated. since 13 March 2007, use constructor instead.



Copyright © 2005-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.