|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CryptoAlgorithm | |
---|---|
org.apache.fulcrum.crypto | Contains the Crypto Service providing you with a variety of Crypto algorithms. |
org.apache.fulcrum.crypto.provider | Algorithm providers for the Crypto Service. |
Uses of CryptoAlgorithm in org.apache.fulcrum.crypto |
---|
Methods in org.apache.fulcrum.crypto that return CryptoAlgorithm | |
---|---|
CryptoAlgorithm |
DefaultCryptoService.getCryptoAlgorithm(String algo)
Returns a CryptoAlgorithm Object which represents the requested crypto algorithm. |
CryptoAlgorithm |
CryptoService.getCryptoAlgorithm(String algo)
Returns a CryptoAlgorithm Object which represents the requested crypto algorithm. |
Uses of CryptoAlgorithm in org.apache.fulcrum.crypto.provider |
---|
Classes in org.apache.fulcrum.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 |