org.yestech.lib.crypto
Class PasswordConversion

java.lang.Object
  extended by org.yestech.lib.crypto.PasswordConversion

public class PasswordConversion
extends java.lang.Object

Converts a Password from plain text to a valid PasswordTypeEnum.

Version:
$Revision: $
Author:
Artie Copeland

Constructor Summary
PasswordConversion()
           
 
Method Summary
static java.lang.String convert(PasswordTypeEnum type, java.lang.String password, java.lang.Object... params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordConversion

public PasswordConversion()
Method Detail

convert

public static java.lang.String convert(PasswordTypeEnum type,
                                       java.lang.String password,
                                       java.lang.Object... params)


Copyright © 2009 YES Technology Association. All Rights Reserved.