AESSocket
Manager
Constructor to init AESSocketManager
Parameters
: server host used in the communication
: server port used in the communication
: initialization vector as String
: algorithm used for AES cipher
Throws
when an error occurred
Constructor to init AESSocketManager
Parameters
: server host used in the communication
: server port used in the communication
: initialization vector as IvParameterSpec
: algorithm used for AES cipher
Throws
when an error occurred
Constructor to init AESSocketManager
Parameters
: server host used in the communication
: server port used in the communication
: the AES cipher used during the communication
Constructor to init AESSocketManager
Parameters
: whether accept multiple listeners at the same time
: initialization vector as String
: algorithm used for AES cipher
Throws
when an error occurred
Constructor to init AESSocketManager
Parameters
: whether accept multiple listeners at the same time
: initialization vector as IvParameterSpec
: algorithm used for AES cipher
Throws
when an error occurred
Constructor to init AESSocketManager
Parameters
: whether accept multiple listeners at the same time
: the AES cipher used during the communication
Throws
when an error occurred