Definition at line 15 of file ParameterChannelSSH.h.
◆ CParameterChannelSSH() [1/2]
CParameterChannelSSH::CParameterChannelSSH |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
◆ CParameterChannelSSH() [2/2]
◆ GetAuthenticationMethod()
int CParameterChannelSSH::GetAuthenticationMethod |
( |
| ) |
const |
◆ GetPassphrase()
QString CParameterChannelSSH::GetPassphrase |
( |
| ) |
const |
◆ GetPassword()
QString CParameterChannelSSH::GetPassword |
( |
| ) |
const |
◆ GetPcapFile()
QString CParameterChannelSSH::GetPcapFile |
( |
| ) |
const |
◆ GetPort()
quint16 CParameterChannelSSH::GetPort |
( |
| ) |
const |
◆ GetPrivateKeyFile()
QString CParameterChannelSSH::GetPrivateKeyFile |
( |
| ) |
const |
◆ GetPublicKeyFile()
QString CParameterChannelSSH::GetPublicKeyFile |
( |
| ) |
const |
◆ GetRemoteHost()
QString CParameterChannelSSH::GetRemoteHost |
( |
| ) |
const |
◆ GetRemotePort()
quint16 CParameterChannelSSH::GetRemotePort |
( |
| ) |
const |
◆ GetServer()
QString CParameterChannelSSH::GetServer |
( |
| ) |
const |
◆ GetSourceHost()
QString CParameterChannelSSH::GetSourceHost |
( |
| ) |
const |
◆ GetSourcePort()
quint16 CParameterChannelSSH::GetSourcePort |
( |
| ) |
const |
◆ GetUser()
QString CParameterChannelSSH::GetUser |
( |
| ) |
const |
◆ GetUseSystemFile()
bool CParameterChannelSSH::GetUseSystemFile |
( |
| ) |
const |
◆ SetAuthenticationMethod()
int CParameterChannelSSH::SetAuthenticationMethod |
( |
int |
method | ) |
|
◆ SetPassphrase()
int CParameterChannelSSH::SetPassphrase |
( |
const QString |
passphrase | ) |
|
◆ SetPassword()
int CParameterChannelSSH::SetPassword |
( |
const QString |
szPassword | ) |
|
◆ SetPcapFile()
int CParameterChannelSSH::SetPcapFile |
( |
const QString & |
szFile | ) |
|
◆ setPort()
int CParameterChannelSSH::setPort |
( |
const quint16 |
nPort | ) |
|
◆ SetPrivateKeyFile()
int CParameterChannelSSH::SetPrivateKeyFile |
( |
const QString |
szFile | ) |
|
◆ SetPublicKeyFile()
int CParameterChannelSSH::SetPublicKeyFile |
( |
const QString |
szFile | ) |
|
◆ SetRemoteHost()
int CParameterChannelSSH::SetRemoteHost |
( |
const QString |
szHost | ) |
|
◆ SetRemotePort()
int CParameterChannelSSH::SetRemotePort |
( |
const quint16 |
nPort | ) |
|
◆ setServer()
int CParameterChannelSSH::setServer |
( |
const QString & |
szServer | ) |
|
◆ SetSourceHost()
int CParameterChannelSSH::SetSourceHost |
( |
const QString |
szHost | ) |
|
◆ SetSourcePort()
int CParameterChannelSSH::SetSourcePort |
( |
const quint16 |
nPort | ) |
|
◆ SetUser()
int CParameterChannelSSH::SetUser |
( |
const QString & |
szUser | ) |
|
◆ SetUseSystemFile()
int CParameterChannelSSH::SetUseSystemFile |
( |
bool |
use | ) |
|
◆ m_bUseSystemFile
bool CParameterChannelSSH::m_bUseSystemFile |
|
private |
◆ m_nAuthenticationMethod
int CParameterChannelSSH::m_nAuthenticationMethod |
|
private |
◆ m_nPort
quint16 CParameterChannelSSH::m_nPort |
|
private |
◆ m_nRemotePort
quint16 CParameterChannelSSH::m_nRemotePort |
|
private |
◆ m_nSourcePort
quint16 CParameterChannelSSH::m_nSourcePort |
|
private |
◆ m_pcapFile
QString CParameterChannelSSH::m_pcapFile |
|
private |
◆ m_szPassphrase
QString CParameterChannelSSH::m_szPassphrase |
|
private |
◆ m_szPassword
QString CParameterChannelSSH::m_szPassword |
|
private |
◆ m_szPrivateKeyFile
QString CParameterChannelSSH::m_szPrivateKeyFile |
|
private |
◆ m_szPublicKeyFile
QString CParameterChannelSSH::m_szPublicKeyFile |
|
private |
◆ m_szRemoteHost
QString CParameterChannelSSH::m_szRemoteHost |
|
private |
◆ m_szServer
QString CParameterChannelSSH::m_szServer |
|
private |
◆ m_szSourceHost
QString CParameterChannelSSH::m_szSourceHost |
|
private |
◆ m_szUser
QString CParameterChannelSSH::m_szUser |
|
private |
The documentation for this class was generated from the following files: