- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
T |
decrypt(T t,
Key... key)
Deprecated.
|
T |
encrypt(T t,
Key... key)
Deprecated.
|
-
-
Method Detail
-
encrypt
@Deprecated
T encrypt(T t,
Key... key)
throws Exception
Deprecated.
Encrypts with the given key or the default key
- Parameters:
t - the object to encryptkey - the key
- Returns:
- the encrypted object
- Throws:
Exception - if the key is not available, invalid or the object cannot be encrypted
-
decrypt
@Deprecated
T decrypt(T t,
Key... key)
throws Exception
Deprecated.
Decrypts with the given key or the default key
- Parameters:
t - the object to decryptkey - the key
- Returns:
- the decrypted object
- Throws:
Exception - if the key is not available, invalid or the object cannot be decrypted
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2019. All Rights Reserved.