Package | Description |
---|---|
org.universAAL.ri.gateway |
Main package for Space Gateway.
|
org.universAAL.ri.gateway.communication.cipher | |
org.universAAL.ri.gateway.communicator.service.impl | |
org.universAAL.ri.gateway.configuration |
Modifier and Type | Method and Description |
---|---|
SocketCipher |
Session.getCipher() |
Modifier and Type | Class and Description |
---|---|
class |
ClearTextCipher |
class |
LegacyBlowfishCipher |
class |
SSLCipher |
class |
StreamCipher |
Modifier and Type | Method and Description |
---|---|
SocketCipher |
LegacyBlowfishCipher.acceptedSocket(Socket socket)
Used to set the socket, specially to add the accepted socket.
|
SocketCipher |
SSLCipher.acceptedSocket(Socket sock)
Used to set the socket, specially to add the accepted socket.
|
SocketCipher |
StreamCipher.acceptedSocket(Socket socket)
Used to set the socket, specially to add the accepted socket.
|
SocketCipher |
ClearTextCipher.acceptedSocket(Socket sock)
Used to set the socket, specially to add the accepted socket.
|
SocketCipher |
SocketCipher.acceptedSocket(Socket sock)
Used to set the socket, specially to add the accepted socket.
|
Modifier and Type | Field and Description |
---|---|
protected SocketCipher |
AbstractLinkHandler.cipher |
protected SocketCipher |
AbstractSocketCommunicationHandler.cipher |
Constructor and Description |
---|
AbstractLinkHandler(Socket socket,
MessageReceiver communicator,
SocketCipher cipher) |
AbstractSocketCommunicationHandler(SocketCipher cipher) |
Modifier and Type | Method and Description |
---|---|
SocketCipher |
ConfigurationFile.getCipher()
Get the encryption cipher to be used for the communication link.
|
SocketCipher |
Configuration.getCipher()
Get the encryption cipher to be used for the communication link.
|
Copyright © 2018 universAAL Consortium. All rights reserved.