T - the type of the object to encrypt/decrypt
Use Encrypter instead@Deprecated public interface IEncrypter<T>
| Modifier and Type | Method and Description |
|---|---|
T |
decrypt(T t,
Key... key)
Deprecated.
|
T |
encrypt(T t,
Key... key)
Deprecated.
|
@Deprecated T encrypt(T t, Key... key) throws Exception
t - the object to encryptkey - the keyException - if the key is not available, invalid or the object cannot be encryptedCopyright © 2019. All Rights Reserved.