public interface Encryptor
byte[]
decrypt(byte[] ciphertext)
encrypt(byte[] plaintext)
byte[] encrypt(byte[] plaintext)
plaintext
byte[] decrypt(byte[] ciphertext)
ciphertext