RSASocket
Manager
Constructor to init RSASocketManager
Parameters
: server host used in the communication
: server port used in the communication
: the private key used to decrypt the content
: the public key used to encrypt the content
Constructor to init RSASocketManager
Parameters
: server host used in the communication
: server port used in the communication
: key pair from fetch the private and the public key
Constructor to init RSASocketManager
Parameters
: server host used in the communication
: server port used in the communication
: the RSA cipher used during the communication
Constructor to init RSASocketManager
Parameters
: whether accept multiple listeners at the same time
: the private key used to decrypt the content
: the public key used to encrypt the content
Constructor to init RSASocketManager
Parameters
: whether accept multiple listeners at the same time
: key pair from fetch the private and the public key
Constructor to init RSASocketManager
Parameters
: whether accept multiple listeners at the same time
: the RSA cipher used during the communication