A C E F G H I M O P R S T

A

actionError(ActionErrorEvent) - Method in interface com.ibm.processingbean.events.ActionErrorListener
Invoked when the computation is not(!) completed successfully.
ActionErrorEvent - class com.ibm.processingbean.events.ActionErrorEvent.
This event is fired if the computation is(!) not finished(!) successfully.
ActionErrorEvent(Object, Exception, int) - Constructor for class com.ibm.processingbean.events.ActionErrorEvent
Constructs an ActionErrorEvent object with the specified source object, message code and exception object.
ActionErrorListener - interface com.ibm.processingbean.events.ActionErrorListener.
The listener interface for receiving ActionErrorEvent.
addActionErrorListener(ActionErrorListener) - Method in class com.ibm.processingbean.ProcessingBean
Adds (!) ActionErrorListener to the listeners list.
addContentsCorruptedListener(ContentsCorruptedListener) - Method in class com.ibm.cryptobeans.MessageUnwrapper
This method adds a new contentsCorrupted event listener to the listeners list.
addCryptoTransformationErrorListener(CryptoTransformationErrorListener) - Method in class com.ibm.cryptobeans.CryptoTransformation
This method adds a new cryptoTransformationError event listener to the listeners list.
addFetchArgumentsListener(FetchArgumentsListener) - Method in class com.ibm.processingbean.ProcessingBean
Adds (!) FetchArgumentsListener to the listeners(!) list.
addIncorrectPasswordListener(IncorrectPasswordListener) - Method in class com.ibm.cryptobeans.MessageUnwrapper
This method adds a new incorrectPassword event listener to the listeners list.
addIOErrorListener(IOErrorListener) - Method in class com.ibm.cryptobeans.CryptoTransformation
This method adds a new IOError event listener to the listeners list.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.processingbean.ProcessingBean
Adds (!) PropertyChangeListener to the listeners list.
addTriggerNextActionListener(TriggerNextActionListener) - Method in class com.ibm.processingbean.ProcessingBean
Adds (!) TriggerNextActionListener to the listeners list.

C

com.ibm.cryptobeans - package com.ibm.cryptobeans
 
com.ibm.cryptobeans.editors - package com.ibm.cryptobeans.editors
 
com.ibm.cryptobeans.events - package com.ibm.cryptobeans.events
 
com.ibm.processingbean - package com.ibm.processingbean
 
com.ibm.processingbean.events - package com.ibm.processingbean.events
 
ContentsCorruptedEvent - class com.ibm.cryptobeans.events.ContentsCorruptedEvent.
Event is fired when the message hash function value doesn't match the original value.
ContentsCorruptedEvent(Object) - Constructor for class com.ibm.cryptobeans.events.ContentsCorruptedEvent
ContentsCorruptedEvent constructor.
ContentsCorruptedEvent(Object, Exception) - Constructor for class com.ibm.cryptobeans.events.ContentsCorruptedEvent
ContentsCorruptedEvent constructor.
ContentsCorruptedListener - interface com.ibm.cryptobeans.events.ContentsCorruptedListener.
The event set listener interface for the contentsCorrupted feature.
CryptoTransformation - class com.ibm.cryptobeans.CryptoTransformation.
This abstract class contains methods and properties, which are common to all cryptographic transformations.
CryptoTransformation() - Constructor for class com.ibm.cryptobeans.CryptoTransformation
The default constructor for the CryptoTransformation class.
CryptoTransformationErrorEvent - class com.ibm.cryptobeans.events.CryptoTransformationErrorEvent.
Event is fired when any error during the process of cryptographic transformation occurs.
CryptoTransformationErrorEvent(Object, Exception, int) - Constructor for class com.ibm.cryptobeans.events.CryptoTransformationErrorEvent
CryptoTransformationErrorEvent constructor.
CryptoTransformationErrorListener - interface com.ibm.cryptobeans.events.CryptoTransformationErrorListener.
The event set listener interface for the cryptoTransformationError feature.

E

Encryptor - class com.ibm.cryptobeans.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).
Encryptor() - Constructor for class com.ibm.cryptobeans.Encryptor
The default constructor for the Encryptor class.

F

fetchArguments(FetchArgumentsEvent) - Method in interface com.ibm.processingbean.events.FetchArgumentsListener
Invoked when the triggerAction method is called to start the computation.
FetchArgumentsEvent - class com.ibm.processingbean.events.FetchArgumentsEvent.
This event is thrown when the(!) triggerAction method of com.ibm.processingbean.ProcessingBean is called.
FetchArgumentsEvent(Object) - Constructor for class com.ibm.processingbean.events.FetchArgumentsEvent
Constructs a FetchArgumentsEvent object with the specified source object.
FetchArgumentsListener - interface com.ibm.processingbean.events.FetchArgumentsListener.
The listener interface for receiving FetchArgumentsEvent.

G

getAboutThisBean() - Method in class com.ibm.cryptobeans.HashCalculator
Returns a special formatted string intended for use by the editor of this property.
getAboutThisBean() - Method in class com.ibm.cryptobeans.MessageWrapper
Returns a special formatted string intended for use by the editor of this property.
getAboutThisBean() - Method in class com.ibm.cryptobeans.Encryptor
Returns a special formatted string intended for use by the editor of this property.
getAboutThisBean() - Method in class com.ibm.cryptobeans.PBEncryptor
Returns a special formatted string intended for use by the editor of this property.
getAboutThisBean() - Method in class com.ibm.cryptobeans.MessageUnwrapper
Returns a special formatted string intended for use by the editor of this property.
getAlgorithmType() - Method in class com.ibm.cryptobeans.CryptoTransformation
Gets the algorithmType property (java.lang.String) value.
getAsText() - Method in class com.ibm.cryptobeans.editors.ModeOfTransformationPropertyEditor
Returns inputMode as a text.
getCipherAlgorithmType() - Method in class com.ibm.cryptobeans.MessageWrapper
Gets the cipherAlgorithmType property (java.lang.String) value.
getCipherAlgorithmType() - Method in class com.ibm.cryptobeans.MessageUnwrapper
Gets the cipherAlgorithmType property (java.lang.String) value.
getCipherKeySize() - Method in class com.ibm.cryptobeans.MessageWrapper
Gets the cipherKeySize property (int) value.
getCipherKeySize() - Method in class com.ibm.cryptobeans.Encryptor
Gets the cipherKeySize property (int) value.
getCipherProviderName() - Method in class com.ibm.cryptobeans.MessageWrapper
Gets the cipherProviderName property (java.lang.String) value.
getCipherProviderName() - Method in class com.ibm.cryptobeans.MessageUnwrapper
Gets the cipherProviderName property (java.lang.String) value.
getCurrentException() - Method in class com.ibm.processingbean.events.ActionErrorEvent
Gets a current exception.
getCustomKeyFileName() - Method in class com.ibm.cryptobeans.Encryptor
Gets the customKeyFileName property (java.lang.String) value.
getDescription() - Method in class com.ibm.cryptobeans.MessageWrapper
Gets the description property (java.lang.String) value.
getDescription() - Method in class com.ibm.cryptobeans.MessageUnwrapper
Gets the description property (java.lang.String) value.
getException() - Method in class com.ibm.cryptobeans.events.IncorrectPasswordEvent
Returns the exception, which caused the event.
getException() - Method in class com.ibm.cryptobeans.events.ContentsCorruptedEvent
Returns the exception, which caused the event.
getHashAlgorithmType() - Method in class com.ibm.cryptobeans.MessageWrapper
Gets the hashAlgorithmType property (java.lang.String) value.
getHashAlgorithmType() - Method in class com.ibm.cryptobeans.MessageUnwrapper
Gets the hashAlgorithmType property (java.lang.String) value.
getHashProviderName() - Method in class com.ibm.cryptobeans.MessageWrapper
Gets the hashProviderName property (java.lang.String) value.
getHashProviderName() - Method in class com.ibm.cryptobeans.MessageUnwrapper
Gets the hashProviderName property (java.lang.String) value.
getInputMode() - Method in class com.ibm.cryptobeans.Encryptor
Gets the inputMode property (java.lang.String) value.
getInputMode() - Method in class com.ibm.cryptobeans.PBEncryptor
Gets the inputMode property (java.lang.String) value.
getInputPassword() - Method in class com.ibm.cryptobeans.MessageWrapper
Gets the inputPassword property (char[]) value.
getInputPassword() - Method in class com.ibm.cryptobeans.PBEncryptor
Gets the inputPassword property (char[]) value.
getInputPassword() - Method in class com.ibm.cryptobeans.MessageUnwrapper
Gets the inputPassword property (char[]) value.
getInputSourceFileName() - Method in class com.ibm.cryptobeans.CryptoTransformation
Gets the inputSourceFileName property (java.lang.String) value.
getInputTransformedFileName() - Method in class com.ibm.cryptobeans.CryptoTransformation
Gets the inputTransformedFileName property (java.lang.String) value.
getJavaInitializationString() - Method in class com.ibm.cryptobeans.editors.ModeOfTransformationPropertyEditor
Returns the inputMode value for the initialization.
getMessage() - Method in class com.ibm.processingbean.events.ActionErrorEvent
Gets a detailed error message.
getMessageCode() - Method in class com.ibm.processingbean.events.ActionErrorEvent
Gets the error message code.
getPbCipherAlgorithmType() - Method in class com.ibm.cryptobeans.MessageWrapper
Gets the pbCipherAlgorithmType property (java.lang.String) value.
getPbCipherAlgorithmType() - Method in class com.ibm.cryptobeans.MessageUnwrapper
Gets the pbCipherAlgorithmType property (java.lang.String) value.
getPbCipherProviderName() - Method in class com.ibm.cryptobeans.MessageWrapper
Gets the pbCipherProviderName property (java.lang.String) value.
getPbCipherProviderName() - Method in class com.ibm.cryptobeans.MessageUnwrapper
Gets the pbCipherProviderName property (java.lang.String) value.
getProviderName() - Method in class com.ibm.cryptobeans.CryptoTransformation
Gets the providerName property (java.lang.String) value.
getTags() - Method in class com.ibm.cryptobeans.editors.ModeOfTransformationPropertyEditor
Returns an array of valid values for the input mode.
getTransformedPercent() - Method in class com.ibm.cryptobeans.CryptoTransformation
Gets the transformedPercent property (int) value.
getUsedKeyFileName() - Method in class com.ibm.cryptobeans.Encryptor
Gets the usedKeyFileName property (java.lang.String) value.

H

HashCalculator - class com.ibm.cryptobeans.HashCalculator.
This bean computes hash function value of its input data.
HashCalculator() - Constructor for class com.ibm.cryptobeans.HashCalculator
The default constructor for the HashCalculator class.

I

IncorrectPasswordEvent - class com.ibm.cryptobeans.events.IncorrectPasswordEvent.
Event is fired when the entered password is incorrect.
IncorrectPasswordEvent(Object) - Constructor for class com.ibm.cryptobeans.events.IncorrectPasswordEvent
IncorrectPasswordEvent constructor.
IncorrectPasswordEvent(Object, Exception) - Constructor for class com.ibm.cryptobeans.events.IncorrectPasswordEvent
IncorrectPasswordEvent constructor.
IncorrectPasswordListener - interface com.ibm.cryptobeans.events.IncorrectPasswordListener.
The event set listener interface for the incorrectPassword feature.
IOErrorEvent - class com.ibm.cryptobeans.events.IOErrorEvent.
Event is fired when any input/output error occurs.
IOErrorEvent(Object, Exception, int) - Constructor for class com.ibm.cryptobeans.events.IOErrorEvent
IOErrorEvent constructor.
IOErrorListener - interface com.ibm.cryptobeans.events.IOErrorListener.
The event set listener interface for the IOError feature.

M

MessageUnwrapper - class com.ibm.cryptobeans.MessageUnwrapper.
This class (together with MessageWrapper) extends the functionality of PBEncryptor.
MessageUnwrapper() - Constructor for class com.ibm.cryptobeans.MessageUnwrapper
The default constructor for the MessageUnwrapper class.
MessageWrapper - class com.ibm.cryptobeans.MessageWrapper.
This class (together with MessageUnwrapper) extends the functionality of PBEncryptor.
MessageWrapper() - Constructor for class com.ibm.cryptobeans.MessageWrapper
The default constructor for the MessageWrapper class.
ModeOfTransformationPropertyEditor - class com.ibm.cryptobeans.editors.ModeOfTransformationPropertyEditor.
This class realizes the property editor for the inputMode property of the Encryptor and PBEncryptor beans.
ModeOfTransformationPropertyEditor() - Constructor for class com.ibm.cryptobeans.editors.ModeOfTransformationPropertyEditor
 

O

onContentsCorrupted(ContentsCorruptedEvent) - Method in interface com.ibm.cryptobeans.events.ContentsCorruptedListener
Invoked when the file contents is corrupted.
onCryptoTransformationError(CryptoTransformationErrorEvent) - Method in interface com.ibm.cryptobeans.events.CryptoTransformationErrorListener
Invoked when any problem during the process of the cryptographic transformation occurs.
onIncorrectPassword(IncorrectPasswordEvent) - Method in interface com.ibm.cryptobeans.events.IncorrectPasswordListener
Invoked when the entered password is incorrect.
onIOError(IOErrorEvent) - Method in interface com.ibm.cryptobeans.events.IOErrorListener
Envoked when any input/output error occurs.

P

PBEncryptor - class com.ibm.cryptobeans.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).
PBEncryptor() - Constructor for class com.ibm.cryptobeans.PBEncryptor
The default constructor for the PBEncryptor class.
ProcessingBean - class com.ibm.processingbean.ProcessingBean.
This class is a base class for all non-visual(!) beans.
ProcessingBean() - Constructor for class com.ibm.processingbean.ProcessingBean
Default constructor

R

removeActionErrorListener(ActionErrorListener) - Method in class com.ibm.processingbean.ProcessingBean
Removes (!) ActionErrorListener from the listeners(!) list.
removeContentsCorruptedListener(ContentsCorruptedListener) - Method in class com.ibm.cryptobeans.MessageUnwrapper
Removes ContentsCorruptedListener from the listeners list.
removeCryptoTransformationErrorListener(CryptoTransformationErrorListener) - Method in class com.ibm.cryptobeans.CryptoTransformation
Removes CryptoTransformationErrorListener from the listeners list.
removeFetchArgumentsListener(FetchArgumentsListener) - Method in class com.ibm.processingbean.ProcessingBean
Removes (!) FetchArgumentsListener from the listeners(!) list.
removeIncorrectPasswordListener(IncorrectPasswordListener) - Method in class com.ibm.cryptobeans.MessageUnwrapper
Removes IncorrectPasswordListener from the listeners list.
removeIOErrorListener(IOErrorListener) - Method in class com.ibm.cryptobeans.CryptoTransformation
Removes IOErrorListener from the listeners list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.processingbean.ProcessingBean
Removes (!) PropertyChangeListener from the listeners(!) list.
removeTriggerNextActionListener(TriggerNextActionListener) - Method in class com.ibm.processingbean.ProcessingBean
Removes (!) TriggerNextActionListener from the listeners(!) list.

S

setAboutThisBean(String) - Method in class com.ibm.cryptobeans.HashCalculator
Sets the aboutThisBean property (java.lang.String) value.
setAboutThisBean(String) - Method in class com.ibm.cryptobeans.MessageWrapper
Sets the aboutThisBean property (java.lang.String) value.
setAboutThisBean(String) - Method in class com.ibm.cryptobeans.Encryptor
Setter method for the aboutThisBean property to be available in the properties list.
setAboutThisBean(String) - Method in class com.ibm.cryptobeans.PBEncryptor
Sets the aboutThisBean property (java.lang.String) value.
setAboutThisBean(String) - Method in class com.ibm.cryptobeans.MessageUnwrapper
Sets the aboutThisBean property (java.lang.String) value.
setAlgorithmType(String) - Method in class com.ibm.cryptobeans.CryptoTransformation
Sets the algorithmType property (java.lang.String) value.
setAsText(String) - Method in class com.ibm.cryptobeans.editors.ModeOfTransformationPropertyEditor
Sets the input mode value.
setCipherAlgorithmType(String) - Method in class com.ibm.cryptobeans.MessageWrapper
Sets the cipherAlgorithmType property (java.lang.String) value.
setCipherAlgorithmType(String) - Method in class com.ibm.cryptobeans.MessageUnwrapper
Sets the cipherAlgorithmType property (java.lang.String) value.
setCipherKeySize(int) - Method in class com.ibm.cryptobeans.MessageWrapper
Sets the cipherKeySize property (int) value.
setCipherKeySize(int) - Method in class com.ibm.cryptobeans.Encryptor
Sets the cipherKeySize property (int) value.
setCipherProviderName(String) - Method in class com.ibm.cryptobeans.MessageWrapper
Sets the cipherProviderName property (java.lang.String) value.
setCipherProviderName(String) - Method in class com.ibm.cryptobeans.MessageUnwrapper
Sets the cipherProviderName property (java.lang.String) value.
setCustomKeyFileName(String) - Method in class com.ibm.cryptobeans.Encryptor
Sets the customKeyFileName property (java.lang.String) value.
setDescription(String) - Method in class com.ibm.cryptobeans.MessageWrapper
Sets the description property (java.lang.String) value.
setHashAlgorithmType(String) - Method in class com.ibm.cryptobeans.MessageWrapper
Sets the hashAlgorithmType property (java.lang.String) value.
setHashAlgorithmType(String) - Method in class com.ibm.cryptobeans.MessageUnwrapper
Sets the hashAlgorithmType property (java.lang.String) value.
setHashProviderName(String) - Method in class com.ibm.cryptobeans.MessageWrapper
Sets the hashProviderName property (java.lang.String) value.
setHashProviderName(String) - Method in class com.ibm.cryptobeans.MessageUnwrapper
Sets the hashProviderName property (java.lang.String) value.
setInputMode(String) - Method in class com.ibm.cryptobeans.Encryptor
Sets the inputMode property (java.lang.String) value.
setInputMode(String) - Method in class com.ibm.cryptobeans.PBEncryptor
Sets the inputMode property (java.lang.String) value.
setInputPassword(char[]) - Method in class com.ibm.cryptobeans.MessageWrapper
Sets the inputPassword property (char[]) value.
setInputPassword(char[]) - Method in class com.ibm.cryptobeans.PBEncryptor
Sets the inputPassword property (char[]) value.
setInputPassword(char[]) - Method in class com.ibm.cryptobeans.MessageUnwrapper
Sets the inputPassword property (char[]) value.
setInputSourceFileName(String) - Method in class com.ibm.cryptobeans.CryptoTransformation
Sets the inputSourceFileName property (java.lang.String) value.
setInputTransformedFileName(String) - Method in class com.ibm.cryptobeans.CryptoTransformation
Sets the inputTransformedFileName property (java.lang.String) value.
setPbCipherAlgorithmType(String) - Method in class com.ibm.cryptobeans.MessageWrapper
Sets the pbCipherAlgorithmType property (java.lang.String) value.
setPbCipherAlgorithmType(String) - Method in class com.ibm.cryptobeans.MessageUnwrapper
Sets the pbCipherAlgorithmType property (java.lang.String) value.
setPbCipherProviderName(String) - Method in class com.ibm.cryptobeans.MessageWrapper
Sets the pbCipherProviderName property (java.lang.String) value.
setPbCipherProviderName(String) - Method in class com.ibm.cryptobeans.MessageUnwrapper
Sets the pbCipherProviderName property (java.lang.String) value.
setProviderName(String) - Method in class com.ibm.cryptobeans.CryptoTransformation
Sets the providerName property (java.lang.String) value.
setUsedKeyFileName(String) - Method in class com.ibm.cryptobeans.Encryptor
Sets the usedKeyFileName property (java.lang.String) value.

T

triggerAction() - Method in class com.ibm.processingbean.ProcessingBean
Initiates the computation of the bean.
triggerAction() - Method in class com.ibm.cryptobeans.CryptoTransformation
This method overrides the triggerAction method of the ProccessingBean to provide execution of the cryptographic transformation in an independent thread.
triggerNextAction(TriggerNextActionEvent) - Method in interface com.ibm.processingbean.events.TriggerNextActionListener
Invoked when the computation is(!) completed successfully.
TriggerNextActionEvent - class com.ibm.processingbean.events.TriggerNextActionEvent.
This event is thrown when the computation is(!) finished(!) successfully.
TriggerNextActionEvent(Object) - Constructor for class com.ibm.processingbean.events.TriggerNextActionEvent
Constructs a TriggerNextActionEvent object with the specified source object.
TriggerNextActionListener - interface com.ibm.processingbean.events.TriggerNextActionListener.
The listener interface for receiving TriggerNextActionEvent.

A C E F G H I M O P R S T