public class Caesar extends java.lang.Object
static java.lang.String
table
Caesar()
decode(java.lang.String ciphertext, int offset)
encode(java.lang.String message, int offset)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static java.lang.String table
public Caesar()
public static java.lang.String encode(java.lang.String message, int offset)
message
offset
public static java.lang.String decode(java.lang.String ciphertext, int offset)
ciphertext
Copyright © 2019. All rights reserved.