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