com.dotmarketing.cms.factories
Class PublicEncryptionFactory

java.lang.Object
  extended by com.dotmarketing.cms.factories.PublicEncryptionFactory

public class PublicEncryptionFactory
extends java.lang.Object

Author:
will

Constructor Summary
PublicEncryptionFactory()
           
 
Method Summary
static java.lang.String decryptString(java.lang.String x)
           
static java.lang.String digestString(java.lang.String x)
           
static java.lang.String encryptString(java.lang.String x)
           
static java.lang.String getRandomEncryptedPassword()
           
static java.lang.String getRandomPassword()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublicEncryptionFactory

public PublicEncryptionFactory()
Method Detail

getRandomPassword

public static java.lang.String getRandomPassword()

getRandomEncryptedPassword

public static java.lang.String getRandomEncryptedPassword()

encryptString

public static java.lang.String encryptString(java.lang.String x)

digestString

public static java.lang.String digestString(java.lang.String x)

decryptString

public static java.lang.String decryptString(java.lang.String x)


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.