org.apache.turbine.services.crypto |
Contains the Crypto Service providing you with a variety of Crypto algorithms.
$Id: package.html 534527 2007-05-02 16:10:59Z tv $
|
Java Source File Name | Type | Comment |
CryptoAlgorithm.java | Interface | This interface describes the various Crypto Algorithms that are
handed out by the Crypto Service.
author: Henning P. |
CryptoDefaultTest.java | Class | |
CryptoService.java | Interface | The Crypto Service manages the availability of various crypto
sources. |
CryptoTest.java | Class | |
TurbineCrypto.java | Class | This is a facade class for the CryptoService.
Here are the static methods that call related methods of the
various implementations of the Crypto Security Service, according
to the settings in TurbineResources.
author: Henning P. |
TurbineCryptoService.java | Class | An implementation of CryptoService that uses either supplied crypto
Algorithms (provided in Turbine.Services.properties) or tries to get them via
the normal java mechanisms if this fails.
author: Henning P. |