/* * Copyright LGPL3 * YES Technology Association * http://yestech.org * * http://www.opensource.org/licenses/lgpl-3.0.html */ /* * * Author: Artie Copeland * Last Modified Date: $DateTime: $ */ package org.yestech.lib.crypto; /** * @author Artie Copeland * @version $Revision: $ */ public enum PasswordTypeEnum { UNIX_CRYPT, UNIX_MD5, UPORTAL, APACHE }