| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.turbine.services.crypto.TurbineCrypto
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.
| Constructor Summary | |
| TurbineCrypto() | |
| Method Summary | |
| static CryptoAlgorithm | getCryptoAlgorithm(java.lang.String algo)Returns a CryptoAlgorithm Object which represents the requested crypto algorithm. | 
| static CryptoService | getService()Retrieves an implementation of the CryptoService, based on the settings in TurbineResources. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public TurbineCrypto()
| Method Detail | 
public static CryptoService getService()
public static CryptoAlgorithm getCryptoAlgorithm(java.lang.String algo)
                                          throws java.security.NoSuchAlgorithmException
algo - Name of the requested algorithm
java.security.NoSuchAlgorithmException - Requested algorithm is not available| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||