#include <connectivityqt/openvpn-connection.h>
|
enum | ConnectionType { TLS,
PASSWORD,
PASSWORD_TLS,
STATIC_KEY
} |
|
enum | DevType { TUN,
TAP
} |
|
enum | Cipher {
DEFAULT_CIPHER,
DES_CBC,
RC2_CBC,
DES_EDE_CBC,
DES_EDE3_CBC,
DESX_CBC,
RC2_40_CBC,
CAST5_CBC,
AES_128_CBC,
AES_192_CBC,
AES_256_CBC,
CAMELLIA_128_CBC,
CAMELLIA_192_CBC,
CAMELLIA_256_CBC,
SEED_CBC,
AES_128_CBC_HMAC_SHA1,
AES_256_CBC_HMAC_SHA1
} |
|
enum | Auth {
DEFAULT_AUTH,
NONE,
RSA_MD4,
MD5,
SHA1,
SHA224,
SHA256,
SHA384,
SHA512,
RIPEMD160
} |
|
enum | TlsType { SERVER,
CLIENT
} |
|
enum | KeyDir { KEY_NONE,
ZERO,
ONE
} |
|
enum | ProxyType { NOT_REQUIRED,
HTTP,
SOCKS
} |
|
enum | Type { OPENVPN,
PPTP
} |
|
|
std::shared_ptr< Priv > | d |
|
std::shared_ptr< Priv > | d |
|
§ Auth
Enumerator |
---|
DEFAULT_AUTH | |
NONE | |
RSA_MD4 | |
MD5 | |
SHA1 | |
SHA224 | |
SHA256 | |
SHA384 | |
SHA512 | |
RIPEMD160 | |
§ Cipher
Enumerator |
---|
DEFAULT_CIPHER | |
DES_CBC | |
RC2_CBC | |
DES_EDE_CBC | |
DES_EDE3_CBC | |
DESX_CBC | |
RC2_40_CBC | |
CAST5_CBC | |
AES_128_CBC | |
AES_192_CBC | |
AES_256_CBC | |
CAMELLIA_128_CBC | |
CAMELLIA_192_CBC | |
CAMELLIA_256_CBC | |
SEED_CBC | |
AES_128_CBC_HMAC_SHA1 | |
AES_256_CBC_HMAC_SHA1 | |
§ ConnectionType
Enumerator |
---|
TLS | |
PASSWORD | |
PASSWORD_TLS | |
STATIC_KEY | |
§ DevType
§ KeyDir
Enumerator |
---|
KEY_NONE | |
ZERO | |
ONE | |
§ ProxyType
Enumerator |
---|
NOT_REQUIRED | |
HTTP | |
SOCKS | |
§ TlsType
§ OpenvpnConnection()
connectivityqt::OpenvpnConnection::OpenvpnConnection |
( |
const QDBusObjectPath & |
path, |
|
|
const QDBusConnection & |
connection |
|
) |
| |
§ ~OpenvpnConnection()
connectivityqt::OpenvpnConnection::~OpenvpnConnection |
( |
| ) |
|
|
virtual |
§ auth()
Auth connectivityqt::OpenvpnConnection::auth |
( |
| ) |
const |
§ authChanged
void connectivityqt::OpenvpnConnection::authChanged |
( |
Auth |
value | ) |
|
|
signal |
§ ca()
QString connectivityqt::OpenvpnConnection::ca |
( |
| ) |
const |
§ caChanged
void connectivityqt::OpenvpnConnection::caChanged |
( |
const QString & |
value | ) |
|
|
signal |
§ cert()
QString connectivityqt::OpenvpnConnection::cert |
( |
| ) |
const |
§ certChanged
void connectivityqt::OpenvpnConnection::certChanged |
( |
const QString & |
value | ) |
|
|
signal |
§ certPass()
QString connectivityqt::OpenvpnConnection::certPass |
( |
| ) |
const |
§ certPassChanged
void connectivityqt::OpenvpnConnection::certPassChanged |
( |
const QString & |
value | ) |
|
|
signal |
§ cipher()
Cipher connectivityqt::OpenvpnConnection::cipher |
( |
| ) |
const |
§ cipherChanged
void connectivityqt::OpenvpnConnection::cipherChanged |
( |
Cipher |
value | ) |
|
|
signal |
§ compLzo()
bool connectivityqt::OpenvpnConnection::compLzo |
( |
| ) |
const |
§ compLzoChanged
void connectivityqt::OpenvpnConnection::compLzoChanged |
( |
bool |
value | ) |
|
|
signal |
§ connectionType()
ConnectionType connectivityqt::OpenvpnConnection::connectionType |
( |
| ) |
const |
§ connectionTypeChanged
void connectivityqt::OpenvpnConnection::connectionTypeChanged |
( |
ConnectionType |
connectionType | ) |
|
|
signal |
§ dev()
QString connectivityqt::OpenvpnConnection::dev |
( |
| ) |
const |
§ devChanged
void connectivityqt::OpenvpnConnection::devChanged |
( |
const QString & |
value | ) |
|
|
signal |
§ devType()
DevType connectivityqt::OpenvpnConnection::devType |
( |
| ) |
const |
§ devTypeChanged
void connectivityqt::OpenvpnConnection::devTypeChanged |
( |
DevType |
value | ) |
|
|
signal |
§ devTypeSet()
bool connectivityqt::OpenvpnConnection::devTypeSet |
( |
| ) |
const |
§ devTypeSetChanged
void connectivityqt::OpenvpnConnection::devTypeSetChanged |
( |
bool |
value | ) |
|
|
signal |
§ fragmentSize()
int connectivityqt::OpenvpnConnection::fragmentSize |
( |
| ) |
const |
§ fragmentSizeChanged
void connectivityqt::OpenvpnConnection::fragmentSizeChanged |
( |
int |
value | ) |
|
|
signal |
§ fragmentSizeSet()
bool connectivityqt::OpenvpnConnection::fragmentSizeSet |
( |
| ) |
const |
§ fragmentSizeSetChanged
void connectivityqt::OpenvpnConnection::fragmentSizeSetChanged |
( |
bool |
value | ) |
|
|
signal |
§ key()
QString connectivityqt::OpenvpnConnection::key |
( |
| ) |
const |
§ keyChanged
void connectivityqt::OpenvpnConnection::keyChanged |
( |
const QString & |
value | ) |
|
|
signal |
§ keysize()
int connectivityqt::OpenvpnConnection::keysize |
( |
| ) |
const |
§ keysizeChanged
void connectivityqt::OpenvpnConnection::keysizeChanged |
( |
int |
value | ) |
|
|
signal |
§ keysizeSet()
bool connectivityqt::OpenvpnConnection::keysizeSet |
( |
| ) |
const |
§ keysizeSetChanged
void connectivityqt::OpenvpnConnection::keysizeSetChanged |
( |
bool |
value | ) |
|
|
signal |
§ localIp()
QString connectivityqt::OpenvpnConnection::localIp |
( |
| ) |
const |
§ localIpChanged
void connectivityqt::OpenvpnConnection::localIpChanged |
( |
const QString & |
value | ) |
|
|
signal |
§ mssFix()
bool connectivityqt::OpenvpnConnection::mssFix |
( |
| ) |
const |
§ mssFixChanged
void connectivityqt::OpenvpnConnection::mssFixChanged |
( |
bool |
value | ) |
|
|
signal |
§ password()
QString connectivityqt::OpenvpnConnection::password |
( |
| ) |
const |
§ passwordChanged
void connectivityqt::OpenvpnConnection::passwordChanged |
( |
const QString & |
value | ) |
|
|
signal |
§ port()
int connectivityqt::OpenvpnConnection::port |
( |
| ) |
const |
§ portChanged
void connectivityqt::OpenvpnConnection::portChanged |
( |
int |
value | ) |
|
|
signal |
§ portSet()
bool connectivityqt::OpenvpnConnection::portSet |
( |
| ) |
const |
§ portSetChanged
void connectivityqt::OpenvpnConnection::portSetChanged |
( |
bool |
value | ) |
|
|
signal |
§ protoTcp()
bool connectivityqt::OpenvpnConnection::protoTcp |
( |
| ) |
const |
§ protoTcpChanged
void connectivityqt::OpenvpnConnection::protoTcpChanged |
( |
bool |
value | ) |
|
|
signal |
§ proxyPassword()
QString connectivityqt::OpenvpnConnection::proxyPassword |
( |
| ) |
const |
§ proxyPasswordChanged
void connectivityqt::OpenvpnConnection::proxyPasswordChanged |
( |
const QString & |
value | ) |
|
|
signal |
§ proxyPort()
int connectivityqt::OpenvpnConnection::proxyPort |
( |
| ) |
const |
§ proxyPortChanged
void connectivityqt::OpenvpnConnection::proxyPortChanged |
( |
int |
value | ) |
|
|
signal |
§ proxyRetry()
bool connectivityqt::OpenvpnConnection::proxyRetry |
( |
| ) |
const |
§ proxyRetryChanged
void connectivityqt::OpenvpnConnection::proxyRetryChanged |
( |
bool |
value | ) |
|
|
signal |
§ proxyServer()
QString connectivityqt::OpenvpnConnection::proxyServer |
( |
| ) |
const |
§ proxyServerChanged
void connectivityqt::OpenvpnConnection::proxyServerChanged |
( |
const QString & |
value | ) |
|
|
signal |
§ proxyType()
ProxyType connectivityqt::OpenvpnConnection::proxyType |
( |
| ) |
const |
§ proxyTypeChanged
void connectivityqt::OpenvpnConnection::proxyTypeChanged |
( |
ProxyType |
value | ) |
|
|
signal |
§ proxyUsername()
QString connectivityqt::OpenvpnConnection::proxyUsername |
( |
| ) |
const |
§ proxyUsernameChanged
void connectivityqt::OpenvpnConnection::proxyUsernameChanged |
( |
const QString & |
value | ) |
|
|
signal |
§ remote()
QString connectivityqt::OpenvpnConnection::remote |
( |
| ) |
const |
§ remoteCertTls()
TlsType connectivityqt::OpenvpnConnection::remoteCertTls |
( |
| ) |
const |
§ remoteCertTlsChanged
void connectivityqt::OpenvpnConnection::remoteCertTlsChanged |
( |
TlsType |
value | ) |
|
|
signal |
§ remoteCertTlsSet()
bool connectivityqt::OpenvpnConnection::remoteCertTlsSet |
( |
| ) |
const |
§ remoteCertTlsSetChanged
void connectivityqt::OpenvpnConnection::remoteCertTlsSetChanged |
( |
bool |
value | ) |
|
|
signal |
§ remoteChanged
void connectivityqt::OpenvpnConnection::remoteChanged |
( |
const QString & |
value | ) |
|
|
signal |
§ remoteIp()
QString connectivityqt::OpenvpnConnection::remoteIp |
( |
| ) |
const |
§ remoteIpChanged
void connectivityqt::OpenvpnConnection::remoteIpChanged |
( |
const QString & |
value | ) |
|
|
signal |
§ remoteRandom()
bool connectivityqt::OpenvpnConnection::remoteRandom |
( |
| ) |
const |
§ remoteRandomChanged
void connectivityqt::OpenvpnConnection::remoteRandomChanged |
( |
bool |
value | ) |
|
|
signal |
§ renegSeconds()
int connectivityqt::OpenvpnConnection::renegSeconds |
( |
| ) |
const |
§ renegSecondsChanged
void connectivityqt::OpenvpnConnection::renegSecondsChanged |
( |
int |
value | ) |
|
|
signal |
§ renegSecondsSet()
bool connectivityqt::OpenvpnConnection::renegSecondsSet |
( |
| ) |
const |
§ renegSecondsSetChanged
void connectivityqt::OpenvpnConnection::renegSecondsSetChanged |
( |
bool |
value | ) |
|
|
signal |
§ setAuth
void connectivityqt::OpenvpnConnection::setAuth |
( |
Auth |
value | ) |
|
|
slot |
§ setCa
void connectivityqt::OpenvpnConnection::setCa |
( |
const QString & |
value | ) |
|
|
slot |
§ setCert
void connectivityqt::OpenvpnConnection::setCert |
( |
const QString & |
value | ) |
|
|
slot |
§ setCertPass
void connectivityqt::OpenvpnConnection::setCertPass |
( |
const QString & |
value | ) |
|
|
slot |
§ setCipher
void connectivityqt::OpenvpnConnection::setCipher |
( |
Cipher |
value | ) |
|
|
slot |
§ setCompLzo
void connectivityqt::OpenvpnConnection::setCompLzo |
( |
bool |
value | ) |
|
|
slot |
§ setConnectionType
void connectivityqt::OpenvpnConnection::setConnectionType |
( |
ConnectionType |
connectionType | ) |
|
|
slot |
§ setDev
void connectivityqt::OpenvpnConnection::setDev |
( |
const QString & |
value | ) |
|
|
slot |
§ setDevType
void connectivityqt::OpenvpnConnection::setDevType |
( |
DevType |
value | ) |
|
|
slot |
§ setDevTypeSet
void connectivityqt::OpenvpnConnection::setDevTypeSet |
( |
bool |
value | ) |
|
|
slot |
§ setFragmentSize
void connectivityqt::OpenvpnConnection::setFragmentSize |
( |
int |
value | ) |
|
|
slot |
§ setFragmentSizeSet
void connectivityqt::OpenvpnConnection::setFragmentSizeSet |
( |
bool |
value | ) |
|
|
slot |
§ setKey
void connectivityqt::OpenvpnConnection::setKey |
( |
const QString & |
value | ) |
|
|
slot |
§ setKeysize
void connectivityqt::OpenvpnConnection::setKeysize |
( |
int |
value | ) |
|
|
slot |
§ setKeysizeSet
void connectivityqt::OpenvpnConnection::setKeysizeSet |
( |
bool |
value | ) |
|
|
slot |
§ setLocalIp
void connectivityqt::OpenvpnConnection::setLocalIp |
( |
const QString & |
value | ) |
|
|
slot |
§ setMssFix
void connectivityqt::OpenvpnConnection::setMssFix |
( |
bool |
value | ) |
|
|
slot |
§ setPassword
void connectivityqt::OpenvpnConnection::setPassword |
( |
const QString & |
value | ) |
|
|
slot |
§ setPort
void connectivityqt::OpenvpnConnection::setPort |
( |
int |
value | ) |
|
|
slot |
§ setPortSet
void connectivityqt::OpenvpnConnection::setPortSet |
( |
bool |
value | ) |
|
|
slot |
§ setProtoTcp
void connectivityqt::OpenvpnConnection::setProtoTcp |
( |
bool |
value | ) |
|
|
slot |
§ setProxyPassword
void connectivityqt::OpenvpnConnection::setProxyPassword |
( |
const QString & |
value | ) |
|
|
slot |
§ setProxyPort
void connectivityqt::OpenvpnConnection::setProxyPort |
( |
int |
value | ) |
|
|
slot |
§ setProxyRetry
void connectivityqt::OpenvpnConnection::setProxyRetry |
( |
bool |
value | ) |
|
|
slot |
§ setProxyServer
void connectivityqt::OpenvpnConnection::setProxyServer |
( |
const QString & |
value | ) |
|
|
slot |
§ setProxyType
void connectivityqt::OpenvpnConnection::setProxyType |
( |
ProxyType |
value | ) |
|
|
slot |
§ setProxyUsername
void connectivityqt::OpenvpnConnection::setProxyUsername |
( |
const QString & |
value | ) |
|
|
slot |
§ setRemote
void connectivityqt::OpenvpnConnection::setRemote |
( |
const QString & |
value | ) |
|
|
slot |
§ setRemoteCertTls
void connectivityqt::OpenvpnConnection::setRemoteCertTls |
( |
TlsType |
value | ) |
|
|
slot |
§ setRemoteCertTlsSet
void connectivityqt::OpenvpnConnection::setRemoteCertTlsSet |
( |
bool |
value | ) |
|
|
slot |
§ setRemoteIp
void connectivityqt::OpenvpnConnection::setRemoteIp |
( |
const QString & |
value | ) |
|
|
slot |
§ setRemoteRandom
void connectivityqt::OpenvpnConnection::setRemoteRandom |
( |
bool |
value | ) |
|
|
slot |
§ setRenegSeconds
void connectivityqt::OpenvpnConnection::setRenegSeconds |
( |
int |
value | ) |
|
|
slot |
§ setRenegSecondsSet
void connectivityqt::OpenvpnConnection::setRenegSecondsSet |
( |
bool |
value | ) |
|
|
slot |
§ setStaticKey
void connectivityqt::OpenvpnConnection::setStaticKey |
( |
const QString & |
value | ) |
|
|
slot |
§ setStaticKeyDirection
void connectivityqt::OpenvpnConnection::setStaticKeyDirection |
( |
KeyDir |
value | ) |
|
|
slot |
§ setTa
void connectivityqt::OpenvpnConnection::setTa |
( |
const QString & |
value | ) |
|
|
slot |
§ setTaDir
void connectivityqt::OpenvpnConnection::setTaDir |
( |
KeyDir |
value | ) |
|
|
slot |
§ setTaSet
void connectivityqt::OpenvpnConnection::setTaSet |
( |
bool |
value | ) |
|
|
slot |
§ setTlsRemote
void connectivityqt::OpenvpnConnection::setTlsRemote |
( |
const QString & |
value | ) |
|
|
slot |
§ setTunnelMtu
void connectivityqt::OpenvpnConnection::setTunnelMtu |
( |
int |
value | ) |
|
|
slot |
§ setTunnelMtuSet
void connectivityqt::OpenvpnConnection::setTunnelMtuSet |
( |
bool |
value | ) |
|
|
slot |
§ setUsername
void connectivityqt::OpenvpnConnection::setUsername |
( |
const QString & |
value | ) |
|
|
slot |
§ staticKey()
QString connectivityqt::OpenvpnConnection::staticKey |
( |
| ) |
const |
§ staticKeyChanged
void connectivityqt::OpenvpnConnection::staticKeyChanged |
( |
const QString & |
value | ) |
|
|
signal |
§ staticKeyDirection()
KeyDir connectivityqt::OpenvpnConnection::staticKeyDirection |
( |
| ) |
const |
§ staticKeyDirectionChanged
void connectivityqt::OpenvpnConnection::staticKeyDirectionChanged |
( |
KeyDir |
value | ) |
|
|
signal |
§ ta()
QString connectivityqt::OpenvpnConnection::ta |
( |
| ) |
const |
§ taChanged
void connectivityqt::OpenvpnConnection::taChanged |
( |
const QString & |
value | ) |
|
|
signal |
§ taDir()
KeyDir connectivityqt::OpenvpnConnection::taDir |
( |
| ) |
const |
§ taDirChanged
void connectivityqt::OpenvpnConnection::taDirChanged |
( |
KeyDir |
value | ) |
|
|
signal |
§ taSet()
bool connectivityqt::OpenvpnConnection::taSet |
( |
| ) |
const |
§ taSetChanged
void connectivityqt::OpenvpnConnection::taSetChanged |
( |
bool |
value | ) |
|
|
signal |
§ tlsRemote()
QString connectivityqt::OpenvpnConnection::tlsRemote |
( |
| ) |
const |
§ tlsRemoteChanged
void connectivityqt::OpenvpnConnection::tlsRemoteChanged |
( |
const QString & |
value | ) |
|
|
signal |
§ tunnelMtu()
int connectivityqt::OpenvpnConnection::tunnelMtu |
( |
| ) |
const |
§ tunnelMtuChanged
void connectivityqt::OpenvpnConnection::tunnelMtuChanged |
( |
int |
value | ) |
|
|
signal |
§ tunnelMtuSet()
bool connectivityqt::OpenvpnConnection::tunnelMtuSet |
( |
| ) |
const |
§ tunnelMtuSetChanged
void connectivityqt::OpenvpnConnection::tunnelMtuSetChanged |
( |
bool |
value | ) |
|
|
signal |
§ type()
§ UNITY_DEFINES_PTRS()
§ username()
QString connectivityqt::OpenvpnConnection::username |
( |
| ) |
const |
§ usernameChanged
void connectivityqt::OpenvpnConnection::usernameChanged |
( |
const QString & |
value | ) |
|
|
signal |
std::shared_ptr<Priv> connectivityqt::OpenvpnConnection::d |
|
protected |
§ auth
Auth connectivityqt::OpenvpnConnection::auth |
|
readwrite |
§ ca
QString connectivityqt::OpenvpnConnection::ca |
|
readwrite |
§ cert
QString connectivityqt::OpenvpnConnection::cert |
|
readwrite |
§ certPass
QString connectivityqt::OpenvpnConnection::certPass |
|
readwrite |
§ cipher
Cipher connectivityqt::OpenvpnConnection::cipher |
|
readwrite |
§ compLzo
bool connectivityqt::OpenvpnConnection::compLzo |
|
readwrite |
§ connectionType
§ dev
QString connectivityqt::OpenvpnConnection::dev |
|
readwrite |
§ devType
DevType connectivityqt::OpenvpnConnection::devType |
|
readwrite |
§ devTypeSet
bool connectivityqt::OpenvpnConnection::devTypeSet |
|
readwrite |
§ fragmentSize
int connectivityqt::OpenvpnConnection::fragmentSize |
|
readwrite |
§ fragmentSizeSet
bool connectivityqt::OpenvpnConnection::fragmentSizeSet |
|
readwrite |
§ key
QString connectivityqt::OpenvpnConnection::key |
|
readwrite |
§ keysize
int connectivityqt::OpenvpnConnection::keysize |
|
readwrite |
§ keysizeSet
bool connectivityqt::OpenvpnConnection::keysizeSet |
|
readwrite |
§ localIp
QString connectivityqt::OpenvpnConnection::localIp |
|
readwrite |
§ mssFix
bool connectivityqt::OpenvpnConnection::mssFix |
|
readwrite |
§ password
QString connectivityqt::OpenvpnConnection::password |
|
readwrite |
§ port
int connectivityqt::OpenvpnConnection::port |
|
readwrite |
§ portSet
bool connectivityqt::OpenvpnConnection::portSet |
|
readwrite |
§ protoTcp
bool connectivityqt::OpenvpnConnection::protoTcp |
|
readwrite |
§ proxyPassword
QString connectivityqt::OpenvpnConnection::proxyPassword |
|
readwrite |
§ proxyPort
int connectivityqt::OpenvpnConnection::proxyPort |
|
readwrite |
§ proxyRetry
bool connectivityqt::OpenvpnConnection::proxyRetry |
|
readwrite |
§ proxyServer
QString connectivityqt::OpenvpnConnection::proxyServer |
|
readwrite |
§ proxyType
ProxyType connectivityqt::OpenvpnConnection::proxyType |
|
readwrite |
§ proxyUsername
QString connectivityqt::OpenvpnConnection::proxyUsername |
|
readwrite |
§ remote
QString connectivityqt::OpenvpnConnection::remote |
|
readwrite |
§ remoteCertTls
TlsType connectivityqt::OpenvpnConnection::remoteCertTls |
|
readwrite |
§ remoteCertTlsSet
bool connectivityqt::OpenvpnConnection::remoteCertTlsSet |
|
readwrite |
§ remoteIp
QString connectivityqt::OpenvpnConnection::remoteIp |
|
readwrite |
§ remoteRandom
bool connectivityqt::OpenvpnConnection::remoteRandom |
|
readwrite |
§ renegSeconds
int connectivityqt::OpenvpnConnection::renegSeconds |
|
readwrite |
§ renegSecondsSet
bool connectivityqt::OpenvpnConnection::renegSecondsSet |
|
readwrite |
§ staticKey
QString connectivityqt::OpenvpnConnection::staticKey |
|
readwrite |
§ staticKeyDirection
KeyDir connectivityqt::OpenvpnConnection::staticKeyDirection |
|
readwrite |
§ ta
QString connectivityqt::OpenvpnConnection::ta |
|
readwrite |
§ taDir
KeyDir connectivityqt::OpenvpnConnection::taDir |
|
readwrite |
§ taSet
bool connectivityqt::OpenvpnConnection::taSet |
|
readwrite |
§ tlsRemote
QString connectivityqt::OpenvpnConnection::tlsRemote |
|
readwrite |
§ tunnelMtu
int connectivityqt::OpenvpnConnection::tunnelMtu |
|
readwrite |
§ tunnelMtuSet
bool connectivityqt::OpenvpnConnection::tunnelMtuSet |
|
readwrite |
§ username
QString connectivityqt::OpenvpnConnection::username |
|
readwrite |
The documentation for this class was generated from the following files: