Serialized Form


Package com.ibm.cryptobeans

Class com.ibm.cryptobeans.CryptoTransformation implements Serializable

Serialized Fields

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.

Class com.ibm.cryptobeans.Encryptor implements Serializable

Serialized Fields

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.

Class com.ibm.cryptobeans.HashCalculator implements Serializable

Serialized Fields

fieldAboutThisBean

java.lang.String fieldAboutThisBean
The String object, which shows the description of how to use this bean.

Class com.ibm.cryptobeans.MessageUnwrapper implements Serializable

Serialized Fields

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.

Class com.ibm.cryptobeans.MessageWrapper implements Serializable

Serialized Fields

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.

Class com.ibm.cryptobeans.PBEncryptor implements Serializable

Serialized Fields

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

Class com.ibm.cryptobeans.events.ContentsCorruptedEvent implements Serializable

Serialized Fields

exc

java.lang.Exception exc

Class com.ibm.cryptobeans.events.CryptoTransformationErrorEvent implements Serializable

Class com.ibm.cryptobeans.events.IncorrectPasswordEvent implements Serializable

Serialized Fields

exc

java.lang.Exception exc

Class com.ibm.cryptobeans.events.IOErrorEvent implements Serializable


Package com.ibm.processingbean

Class com.ibm.processingbean.ProcessingBean implements Serializable

Serialized Fields

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

Class com.ibm.processingbean.events.ActionErrorEvent implements Serializable

Serialized Fields

currentException

java.lang.Exception currentException
Stores the current exception.(!)

messageCode

int messageCode
Stores the error message code.(!)

Class com.ibm.processingbean.events.FetchArgumentsEvent implements Serializable

Class com.ibm.processingbean.events.TriggerNextActionEvent implements Serializable