Package com.ibm.cryptobeans.events

Interface Summary
ContentsCorruptedListener The event set listener interface for the contentsCorrupted feature.
CryptoTransformationErrorListener The event set listener interface for the cryptoTransformationError feature.
IncorrectPasswordListener The event set listener interface for the incorrectPassword feature.
IOErrorListener The event set listener interface for the IOError feature.
 

Class Summary
ContentsCorruptedEvent Event is fired when the message hash function value doesn't match the original value.
CryptoTransformationErrorEvent Event is fired when any error during the process of cryptographic transformation occurs.
IncorrectPasswordEvent Event is fired when the entered password is incorrect.
IOErrorEvent Event is fired when any input/output error occurs.