|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.processingbean.ProcessingBean | +--com.ibm.cryptobeans.CryptoTransformation
This abstract class contains methods and properties, which are common to all cryptographic transformations. Application Assembler shouldn't use this class directly.
Constructor Summary | |
CryptoTransformation()
The default constructor for the CryptoTransformation class. |
Method Summary | |
void |
addCryptoTransformationErrorListener(CryptoTransformationErrorListener newListener)
This method adds a new cryptoTransformationError event listener
to the listeners list. |
void |
addIOErrorListener(IOErrorListener newListener)
This method adds a new IOError event listener
to the listeners list. |
java.lang.String |
getAlgorithmType()
Gets the algorithmType property (java.lang.String) value. |
java.lang.String |
getInputSourceFileName()
Gets the inputSourceFileName property (java.lang.String) value. |
java.lang.String |
getInputTransformedFileName()
Gets the inputTransformedFileName property (java.lang.String) value. |
java.lang.String |
getProviderName()
Gets the providerName property (java.lang.String) value. |
int |
getTransformedPercent()
Gets the transformedPercent property (int) value. |
void |
removeCryptoTransformationErrorListener(CryptoTransformationErrorListener newListener)
Removes CryptoTransformationErrorListener from the listeners list. |
void |
removeIOErrorListener(IOErrorListener newListener)
Removes IOErrorListener from the listeners list. |
void |
setAlgorithmType(java.lang.String algorithmType)
Sets the algorithmType property (java.lang.String) value. |
void |
setInputSourceFileName(java.lang.String inputSourceFileName)
Sets the inputSourceFileName property (java.lang.String) value. |
void |
setInputTransformedFileName(java.lang.String inputTransformedFileName)
Sets the inputTransformedFileName property (java.lang.String) value. |
void |
setProviderName(java.lang.String providerName)
Sets the providerName property (java.lang.String) value. |
void |
triggerAction()
This method overrides the triggerAction method of the ProccessingBean to provide execution of the cryptographic transformation in an independent thread. |
Methods inherited from class com.ibm.processingbean.ProcessingBean |
addActionErrorListener,
addFetchArgumentsListener,
addPropertyChangeListener,
addTriggerNextActionListener,
removeActionErrorListener,
removeFetchArgumentsListener,
removePropertyChangeListener,
removeTriggerNextActionListener |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public CryptoTransformation()
CryptoTransformation
class.Method Detail |
public void addCryptoTransformationErrorListener(CryptoTransformationErrorListener newListener)
cryptoTransformationError
event listener
to the listeners list.newListener
- com.ibm.cryptobeans.events.CryptoTransformationErrorListener.public void addIOErrorListener(IOErrorListener newListener)
IOError
event listener
to the listeners list.newListener
- com.ibm.cryptobeans.events.IOErrorListener.public java.lang.String getInputSourceFileName()
setInputSourceFileName(java.lang.String)
public java.lang.String getInputTransformedFileName()
setInputTransformedFileName(java.lang.String)
public int getTransformedPercent()
public void removeCryptoTransformationErrorListener(CryptoTransformationErrorListener newListener)
newListener
- The CryptoTransformationErrorListener to be removed.CryptoTransformationErrorListener
public void removeIOErrorListener(IOErrorListener newListener)
newListener
- The IOErrorListener to be removed.IOErrorListener
public void setInputSourceFileName(java.lang.String inputSourceFileName)
inputSourceFileName
- The new value for the property.getInputSourceFileName()
public void setInputTransformedFileName(java.lang.String inputTransformedFileName)
inputTransformedFileName
- The new value for the property.getInputTransformedFileName()
public void triggerAction()
public java.lang.String getAlgorithmType()
setAlgorithmType(java.lang.String)
public java.lang.String getProviderName()
setProviderName(java.lang.String)
public void setAlgorithmType(java.lang.String algorithmType)
algorithmType
- The new value for the property.getAlgorithmType()
public void setProviderName(java.lang.String providerName)
providerName
- The new value for the property.getProviderName()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |