Class Summary |
Algorithm |
Algorithm class represents check point for input parameters for the symmetric
encryption. |
AsymmetricEncryption |
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 |
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 |
SymmetricEncryption class is used for symmetric encryption large amounts
of data. |