Class Key
Object
Key
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
int id -
shift
int shift
-
-
Constructor Details
-
Key
Key(int id, int shift) Constructor for Key.- Parameters:
id- id number, doesn't have relevance now but will in Lab 14.shift- number of letters to shift in the Caesar Cipher
-