| |
|
| java.lang.Object edu.iu.uis.eden.security.DESEncryptionService
DESEncryptionService | public class DESEncryptionService implements EncryptionService(Code) | | An EncryptionService implementation which encrypts and decrypts values using the DES
encryption algorithm. The secret key used for encryption can be set on this service
or pulled from the "encryption.key" configuration parameter.
author: Kuali Rice Team (kuali-rice@googlegroups.com) |
generateEncodedKey | public static String generateEncodedKey() throws Exception(Code) | | This method generates keys. This method is implementation specific and
should not be present in any general purpose interface extracted from
this class.
throws: Exception - |
isEnabled | public boolean isEnabled()(Code) | | |
setSecretKey | public void setSecretKey(String secretKey) throws Exception(Code) | | Sets the secretKey attribute value.
Parameters: secretKey - The secretKey to set. throws: Exception - |
|
|
|