info.informatica.security.auth
Class CryptCleartext

java.lang.Object
  extended by info.informatica.security.auth.CryptScheme
      extended by info.informatica.security.auth.CryptCleartext

public class CryptCleartext
extends CryptScheme

Cleartext 'cipher'

Version:
1.01, diciembre 1998
Author:
amengual

Constructor Summary
CryptCleartext()
           
 
Method Summary
 String crypt(String pass)
           
 String crypt(String clave, String salt)
           
 String getSchemeId()
           
 String getUnixPrefix()
           
 
Methods inherited from class info.informatica.security.auth.CryptScheme
generateSalt, match
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CryptCleartext

public CryptCleartext()
Method Detail

crypt

public String crypt(String pass)
Overrides:
crypt in class CryptScheme

crypt

public String crypt(String clave,
                    String salt)
Specified by:
crypt in class CryptScheme

getSchemeId

public String getSchemeId()
Specified by:
getSchemeId in class CryptScheme

getUnixPrefix

public String getUnixPrefix()
Specified by:
getUnixPrefix in class CryptScheme