ClientSession
- home
- download
- options
|
Options
No security
Signed messages - so that clients can't fake a session
Encrypted messages - so that clients can't see what's in a session
Security tipsSigning and encrypting can be combined for full security. The algorithm passed into these methods must be compatible with the key type or a CryptoException will be thrown. CodecsWhen binary data is back and forth to a String a Codec is used. The default implementation uses a hexadecimal encoding. A different encoding can be used by calling the setCodec() method with an implementation of the Codec interface. |