| java.lang.Object org.apache.turbine.services.crypto.TurbineCrypto
TurbineCrypto | abstract public class TurbineCrypto (Code) | | 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. Schmiedehausen version: $Id: TurbineCrypto.java 534527 2007-05-02 16:10:59Z tv $ |
getService | public static CryptoService getService()(Code) | | Retrieves an implementation of the CryptoService, based on
the settings in TurbineResources.
an implementation of the CryptoService |
|
|