| Modifier and Type | Method and Description |
|---|---|
static Encryption.Key |
Encryption.generateKey()
Generate and return an encryption key
|
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
Encryption.decrypt(SealedObject sealedObject,
Encryption.Key key)
Decrypt an encrypted object
|
static SealedObject |
Encryption.encrypt(Serializable object,
Encryption.Key key)
Encrypt a serializable object using AES
|
Copyright © 2015. All rights reserved.