Properties | Description |
Data Type |
Flags |
Default Value |
inputPassword | value of the password | char[] | read, write | null |
inputSourceFileName | input file name, from which the wrapped message is read | java.lang.String | read, write | "" |
inputTransformedFileName | output file name, into which the unwrapped message is written | java.lang.String | read, write | "" |
Expert Properties | ||||
cipherAlgorithmType* | type of the algorithm used for decryption | java.lang.String | read, write | "DESede/CBC/PKCS5Padding" |
cipherProviderName* | name of the cryptographic service provider used for decryption | java.lang.String | read, write | "SunJCE" |
description | plaintext, which is included into the wrapped message without encryption | java.lang.String | read, write | "" |
hashAlgorithmType* | type of the algorithm used for the hash value calculation | java.lang.String | read, write | "SHA" |
hashProviderName* | name of the cryptographic service provider used for the hash value calculation | java.lang.String | read, write | "SUN" |
pbCipherAlgorithmType* | type of the algorithm used for the password-based decryption | java.lang.String | read, write | "PBEWithMD5AndDES" |
pbCipherProviderName* | name of the cryptographic service provider used for the password-based decryption | java.lang.String | read, write | "SunJCE" |
transformedPercent | percentage of the source data, which have already been successfully transformed. It changes its value once (from 0 to 100) for small files (100 000 bytes and less) and 100 times (0,1,2,...,100) for large files (more than 100 000 bytes) | int | read, bound | 0 |
Note: * - The values of these properties are case sensitive.