| |
|
| java.lang.Object org.enhydra.dm.util.DesEncriptionImpl
DesEncriptionImpl | public class DesEncriptionImpl implements DesEncription(Code) | | Encrypting with DES Using a Pass Phrase This class uses pass phrase (a string of
multiple words) for encryption. Web page:
http://www.exampledepot.com/egs/javax.crypto/PassKey.html?l=rel
|
dcipher | public Cipher dcipher(Code) | | |
ecipher | public Cipher ecipher(Code) | | |
encodeEncodingDefault | final public String encodeEncodingDefault(Code) | | |
encodeSecretDefault | final public String encodeSecretDefault(Code) | | |
iterationCount | int iterationCount(Code) | | |
DesEncriptionImpl | public DesEncriptionImpl(String strPass, String strEncoding)(Code) | | Parameters: strPass - Secret phrase parameter Parameters: strPass - Encoding parameter throws: BaseException - |
DesEncriptionImpl | public DesEncriptionImpl()(Code) | | |
DesEncriptionImpl | public DesEncriptionImpl(String strPass)(Code) | | Parameters: strPass - Secret phrase parameter throws: BaseException - |
setLogger | public void setLogger(Log logger)(Code) | | |
|
|
|