org.figure8.join.util
Class CVSCrypt

java.lang.Object
  extended by org.figure8.join.util.CVSCrypt

public class CVSCrypt
extends java.lang.Object

Util class that realize the password scrambling for CVS.

Version:
$Revision: 1.2 $
Author:
Laurent Broudoux

Constructor Summary
CVSCrypt()
           
 
Method Summary
static java.lang.String crypt(java.lang.String password)
          Scramble the given password.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CVSCrypt

public CVSCrypt()
Method Detail

crypt

public static final java.lang.String crypt(java.lang.String password)
Scramble the given password.

Parameters:
password - The string to scramble


Copyright © 2005-2008 Join. All Rights Reserved.