org.apache.turbine.services.crypto.provider |
Algorithm providers for the Crypto Service.
$Id: package.html 264148 2005-08-29 14:21:04Z henning $
|
Java Source File Name | Type | Comment |
ClearCrypt.java | Class | This is a dummy for "cleartext" encryption. |
JavaCrypt.java | Class | Implements the normal java.security.MessageDigest stream cipers.
Base64 strings returned by this provider are correctly padded to
multiples of four bytes. |
OldJavaCrypt.java | Class | This is the Message Digest Implementation of Turbine 2.1. |
UnixCrypt.java | Class | Implements Standard Unix crypt(3) for use with the Crypto Service.
author: Henning P. |