D E L M P T
D
- decrypter(char[], int) - Static method in class Encrypt
-
Decrypt a single line of text using a rotate-N transformation.
E
- Encrypt - Class in <Unnamed>
-
A class that "encrypts" data through a simple transformation.
- Encrypt() - Constructor for class Encrypt
- encrypter(char[], int) - Static method in class Encrypt
-
Encrypt a single line of text using a rotate-N transformation.
L
- linePrinter(String, String[]) - Static method in class PrintLines
-
Prints lines from a script for a given actress (or actor).
M
- main(String[]) - Static method in class Encrypt
-
Solicits a single line of text from the user, encrypts it using a random shift, and then decrypts it.
- main(String[]) - Static method in class PrintLines
-
Solicits a single name from the user at the command line and searches for it in an excerpt from Rent (Rent-Excerpt.txt).
- MAX_SHIFT - Static variable in class Encrypt
-
Maximum shift that encrypter and decrypter need to handle.
- MIN_SHIFT - Static variable in class Encrypt
-
Minimum shift that encrypter and decrypter need to handle.
P
- PrintLines - Class in <Unnamed>
-
A class that prints lines for a given actress from a script.
- PrintLines() - Constructor for class PrintLines
T
- TRANSFORM_END - Static variable in class Encrypt
-
Transformation end.
- TRANSFORM_MODULUS - Static variable in class Encrypt
-
Modulo to use for our transformation.
- TRANSFORM_START - Static variable in class Encrypt
-
Transformation start.