T
public interface Encrypter<T>
decrypt(T t, Key... key)
encrypt(T t, Key... key)
T encrypt(T t, Key... key) throws Exception
t
key
Exception
T decrypt(T t, Key... key) throws Exception
Copyright © 2017. All Rights Reserved.