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. Schmiedehausen version: $Id: TurbineCryptoService.java 534527 2007-05-02 16:10:59Z tv $
Returns a CryptoAlgorithm Object which represents the requested
crypto algorithm.
Parameters: algo - Name of the requested algorithm An Object representing the algorithm throws: NoSuchAlgorithmException - Requested algorithm is not available