|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CryptoAlgorithm | |
org.apache.turbine.services.crypto | Contains the Crypto Service providing you with a variety of Crypto algorithms. |
org.apache.turbine.services.crypto.provider | Algorithm providers for the Crypto Service. |
Uses of CryptoAlgorithm in org.apache.turbine.services.crypto |
Methods in org.apache.turbine.services.crypto that return CryptoAlgorithm | |
static CryptoAlgorithm |
TurbineCrypto.getCryptoAlgorithm(java.lang.String algo)
Returns a CryptoAlgorithm Object which represents the requested crypto algorithm. |
CryptoAlgorithm |
TurbineCryptoService.getCryptoAlgorithm(java.lang.String algo)
Returns a CryptoAlgorithm Object which represents the requested crypto algorithm. |
CryptoAlgorithm |
CryptoService.getCryptoAlgorithm(java.lang.String algorithm)
Returns a CryptoAlgorithm Object which represents the requested crypto algorithm. |
Uses of CryptoAlgorithm in org.apache.turbine.services.crypto.provider |
Classes in org.apache.turbine.services.crypto.provider that implement CryptoAlgorithm | |
class |
ClearCrypt
This is a dummy for "cleartext" encryption. |
class |
JavaCrypt
Implements the normal java.security.MessageDigest stream cipers. |
class |
OldJavaCrypt
This is the Message Digest Implementation of Turbine 2.1. |
class |
UnixCrypt
Implements Standard Unix crypt(3) for use with the Crypto Service. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |