| Name | Description | Type | Package | Framework |
| ClearCrypt | This is a dummy for "cleartext" encryption. | Class | org.apache.turbine.services.crypto.provider | Apache Turbine |
| CryptoAlgorithm | This interface describes the various Crypto Algorithms that are handed out by the Crypto Service. | Interface | org.apache.turbine.services.crypto | Apache Turbine |
| CryptoService | The Crypto Service manages the availability of various crypto sources. | Interface | org.apache.turbine.services.crypto | Apache Turbine |
| JavaCrypt | Base64 strings returned by this provider are correctly padded to multiples of four bytes. | Class | org.apache.turbine.services.crypto.provider | Apache Turbine |
| OldJavaCrypt | This is the Message Digest Implementation of Turbine 2. | Class | org.apache.turbine.services.crypto.provider | Apache Turbine |
| TurbineCrypto | This is a facade class for the CryptoService. | Class | org.apache.turbine.services.crypto | Apache Turbine |
| TurbineCryptoService | An implementation of CryptoService that uses either supplied crypto Algorithms (provided in Turbine. | Class | org.apache.turbine.services.crypto | Apache Turbine |
| UnixCrypt | Unix crypt (3) algorithm implementation. | Class | org.apache.turbine.services.crypto.impl | Apache Turbine |
| UnixCrypt | Class | org.apache.turbine.services.crypto.provider | Apache Turbine | |