Package org.apache.ofbiz.base.crypto
Class DesCrypt
java.lang.Object
org.apache.ofbiz.base.crypto.DesCrypt
Utility class for doing DESded (3DES) Two-Way Encryption
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DesCrypt
public DesCrypt()
-
-
Method Details
-
generateKey
- Throws:
NoSuchAlgorithmException
-
encrypt
- Throws:
GeneralException
-
decrypt
- Throws:
GeneralException
-
getDesKey
- Throws:
GeneralException
-
getCipher
- Throws:
GeneralException
-