public final class CryptoMessageTranslators
extends java.lang.Object
MessageTranslators.| Modifier and Type | Method and Description |
|---|---|
static org.macroing.cit.messaging.MessageTranslator |
newISAACCipherInputMessageTranslator(int[] seed)
Returns a new
MessageTranslator that performs the ISAAC cipher algorithm on input data. |
static org.macroing.cit.messaging.MessageTranslator |
newISAACCipherOutputMessageTranslator(int[] seed)
Returns a new
MessageTranslator that performs the ISAAC cipher algorithm on output data. |
public static org.macroing.cit.messaging.MessageTranslator newISAACCipherInputMessageTranslator(int[] seed)
MessageTranslator that performs the ISAAC cipher algorithm on input data.
If seed is null, a NullPointerException will be thrown.
seed - the seed to be usedMessageTranslator that performs the ISAAC cipher algorithm on input datajava.lang.NullPointerException - thrown if, and only if, seed is nullpublic static org.macroing.cit.messaging.MessageTranslator newISAACCipherOutputMessageTranslator(int[] seed)
MessageTranslator that performs the ISAAC cipher algorithm on output data.
If seed is null, a NullPointerException will be thrown.
seed - the seed to be usedMessageTranslator that performs the ISAAC cipher algorithm on output datajava.lang.NullPointerException - thrown if, and only if, seed is null