public final class RotN extends Object
public static String cipher(int n, String inString) throws IllegalArgumentException
n - The value of N in ROT-N.inString - The input string.IllegalArgumentException - When n is not within range.public static String deCipher(int n, String inString) throws IllegalArgumentException
n - The value of N in ROT-N.inString - The input string.IllegalArgumentException - When n is not within range.Copyright © 2014. All rights reserved.