Since a {@code SealedObject} instance is a serializable object itself it caneither be stored or transmitted over an insecure channel.
The wrapped object can later be decrypted (unsealed) using the corresponding key and then be deserialized to retrieve the original object.The sealed object itself keeps track of the cipher and corresponding parameters.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|