Enum Class ChaosMode

java.lang.Object
java.lang.Enum<ChaosMode>
org.refcodes.security.alt.chaos.ChaosMode
All Implemented Interfaces:
Serializable, Comparable<ChaosMode>, Constable, org.refcodes.mixin.EncodedAccessor, ChaosOptions

public enum ChaosMode extends Enum<ChaosMode> implements ChaosOptions
The ChaosMode specifies the mode of operation of a ChaosKey when using Chaos-based encryption/decryption. Attention: Comparing a ChaosMode with a different implementation of the ChaosOptions only functions as expected when passing the ChaosMode as argument to that different ChaosOptions implementation's ChaosOptions.equals(Object) method as the Enum.equals(Object) method of the ChaosMode enumeration cannot be overwritten (the Enum.equals(Object) method of an enumeration cannot be overridden)!