public class Rot13 extends java.lang.Object implements Encryptor
Rot13(int offset)
byte[]
decrypt(byte[] data)
encrypt(byte[] data)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
decrypt, encrypt
public Rot13(int offset)
public byte[] encrypt(byte[] data)
encrypt
Encryptor
data
public byte[] decrypt(byte[] data)
decrypt