Uses of Interface
org.apache.turbine.services.crypto.CryptoService

Packages that use CryptoService
org.apache.turbine.services.crypto Contains the Crypto Service providing you with a variety of Crypto algorithms. 
 

Uses of CryptoService in org.apache.turbine.services.crypto
 

Classes in org.apache.turbine.services.crypto that implement CryptoService
 class TurbineCryptoService
          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.
 

Methods in org.apache.turbine.services.crypto that return CryptoService
static CryptoService TurbineCrypto.getService()
          Retrieves an implementation of the CryptoService, based on the settings in TurbineResources.
 



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.