T - the type of the object to encrypt/decryptpublic interface Encrypter<T>
| Modifier and Type | Method and Description |
|---|---|
T |
decrypt(T t,
Key... key)
Decrypts
|
T |
encrypt(T t,
Key... key)
Encrypts
|
Copyright © 2017. All Rights Reserved.