org.enhydra.oyster.crypto |
|
Java Source File Name | Type | Comment |
AlgorithmChecker.java | Class | AlgorithmChecker class represents check point for input parameters for the
symmetric encryption. |
AsymmetricEncryption.java | Class | AsymmetricEncryption class is used for asymmetric encryption of the small
parts of data (for exsample to encrypt symmetric key genereted in the class
SymmetricEncryption). |
SigningProcessor.java | Class | SigningProcessor class is used for signing input datas acording to given
signature algorithm which (can be SHA1_WITH_RSA, MD2_WITH_RSA, MD5_WITH_RSA
or SHA1_WITH_DSA). |
SymmetricEncryption.java | Class | SymmetricEncryption class is used for symmetric encryption large amounts
of data. |