Serialized Form
Package com.ibm.cryptobeans |
fieldAlgorithmType
java.lang.String fieldAlgorithmType
- The String object, which contains the transformation type.
fieldInputSourceFileName
java.lang.String fieldInputSourceFileName
- The String object, which contains the source file name.
fieldInputTransformedFileName
java.lang.String fieldInputTransformedFileName
- The String object, which contains the transformed file name.
fieldProviderName
java.lang.String fieldProviderName
- The String object, which contains the name of the cryptographic service provider.
fieldTransformedPercent
int fieldTransformedPercent
- The integer variable, which contains the percentage of the complete task.
fieldAboutThisBean
java.lang.String fieldAboutThisBean
- The String object, which shows the description of how to use this bean.
fieldCipherKeySize
int fieldCipherKeySize
- The integer variable, which contains the key size in number of bits.
fieldCustomKeyFileName
java.lang.String fieldCustomKeyFileName
- The String object, which contains the name of the file with the custom key.
fieldInputMode
java.lang.String fieldInputMode
- The String object, which contains the mode of transformation(encryption or decryption).
fieldUsedKeyFileName
java.lang.String fieldUsedKeyFileName
- The String object, which contains the name of the file with the key, which was used for the transformation.
fieldAboutThisBean
java.lang.String fieldAboutThisBean
- The String object, which shows the description of how to use this bean.
fieldAboutThisBean
java.lang.String fieldAboutThisBean
- The String object, which shows the description of how to use this bean.
fieldCipherAlgorithmType
java.lang.String fieldCipherAlgorithmType
- The String object, which contains the type of encryption.
fieldCipherProviderName
java.lang.String fieldCipherProviderName
- The String object, which contains the name of the cryptographic service provider for encryption.
fieldDescription
java.lang.String fieldDescription
- The String object, which contains the plaintext, included in the wrapped message without encryption.
fieldHashAlgorithmType
java.lang.String fieldHashAlgorithmType
- The String object, which contains the type of hash function.
fieldHashProviderName
java.lang.String fieldHashProviderName
- The String object, which contains the name of the cryptographic service provider for hash calculation.
fieldInputPassword
char[] fieldInputPassword
- The array of charachters, which is used to store user password.
fieldPbCipherAlgorithmType
java.lang.String fieldPbCipherAlgorithmType
- The String object, which contains the type of password-based encryption.
fieldPbCipherProviderName
java.lang.String fieldPbCipherProviderName
- The String object, which contains the name of the cryptographic service provider for the password-based encryption.
fieldAboutThisBean
java.lang.String fieldAboutThisBean
- The String object, which shows the description of how to use this bean.
fieldCipherAlgorithmType
java.lang.String fieldCipherAlgorithmType
- The String object, which contains the type of encryption.
fieldCipherKeySize
int fieldCipherKeySize
- The integer variable, which contains the secret key size in number of bits.
fieldCipherProviderName
java.lang.String fieldCipherProviderName
- The String object, which contains the name of the cryptographic service provider for encryption.
fieldDescription
java.lang.String fieldDescription
- The String object, which contains the plaintext, included in the wrapped message without encryption.
fieldHashAlgorithmType
java.lang.String fieldHashAlgorithmType
- The String object, which contains the type of hash function.
fieldHashProviderName
java.lang.String fieldHashProviderName
- The String object, which contains the name of the cryptographic service provider for hash calculation.
fieldInputPassword
char[] fieldInputPassword
- The array of charachters, which is used to store user password.
fieldPbCipherAlgorithmType
java.lang.String fieldPbCipherAlgorithmType
- The String object, which contains the type of the password-based encryption.
fieldPbCipherProviderName
java.lang.String fieldPbCipherProviderName
- The String object, which contains the name of the cryptographic service provider for the password-based encryption.
fieldAboutThisBean
java.lang.String fieldAboutThisBean
- The String object, which shows the description of how to use this bean.
fieldInputMode
java.lang.String fieldInputMode
- The String object, which contains the mode of transformation(encryption or decryption).
fieldInputPassword
char[] fieldInputPassword
- The array of charachters, which is used to store user password.
Package com.ibm.cryptobeans.events |
exc
java.lang.Exception exc
exc
java.lang.Exception exc
Package com.ibm.processingbean |
alreadyDoingEvaluation
boolean alreadyDoingEvaluation
- Flag to indicate whether
FetchArgumentsEvent
has been fired or not.
If true
,(!) FetchArgumentsEvent
is (!) fired;(!) else,(!) it
is not (!) fired. The default value is false.
autoAction
boolean autoAction
- Flag to indicate whether to call the(!)
triggerAction
method whenever
the input or (!) control properties of the bean are(!) changed. The
default value can be true or false depending on the requirement of the bean
inheriting this class.
propertyChange
java.beans.PropertyChangeSupport propertyChange
- Stores the reference of support class for property change.(!)
Package com.ibm.processingbean.events |
currentException
java.lang.Exception currentException
- Stores the current exception.(!)
messageCode
int messageCode
- Stores the error message code.(!)