Search:

Type: Posts; User: kevukevlo

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    1,539

    Re: Java Encrypt/Decrpt program

    this isnt a class with a main method tho. I have to make a cipher class then a useCipher class(this one would have the main method). I havent yet completed those two classes so i just need to know if...
  2. Replies
    5
    Views
    1,539

    Re: Java Encrypt/Decrpt program

    "The shcopy method will make a shallow copy of the list; this means that the method will create new LLNodes to point to the list elements, but it will not create copies of the list elements. Thus the...
  3. Replies
    5
    Views
    1,539

    Java Encrypt/Decrpt program

    Cipher Class

    Create a class for the cipher with the following methods:

    default constructor: This constructor does nothing.
    constructor with two parms (key and list of rotation counts): Each...
Results 1 to 3 of 3