Class Summary |
CryptoTransformation |
This abstract class contains methods and properties, which are common
to all cryptographic transformations. |
Encryptor |
This class should be used to encrypt and decrypt file contents by means of a symmetric cipher
(DES, DESede and any other symmetric cipher, which is supported by the user's cryptographic
service provider and is selected in the bean's properties). |
HashCalculator |
This bean computes hash function value of its input data. |
MessageUnwrapper |
This class (together with MessageWrapper) extends the functionality of PBEncryptor. |
MessageWrapper |
This class (together with MessageUnwrapper) extends the functionality of PBEncryptor. |
PBEncryptor |
This class should be used to encrypt and decrypt data by means of the password-based encryption algorithms
(PBEWithMD5AndDES and any other algorithm, which is supported by the user's cryptographic service provider). |