OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Types Summary | |
|---|---|
| DoneConfig | |
| StopAllConnections | |
| TlsVersionConfig | |
| TLSNotify | |
| SecretKeyConfig | |
| CipherSuiteConfig | |
type boolean DoneConfig;
type boolean StopAllConnections;
type enumerated TlsVersionConfig {
TLS1_0,
TLS1_1
};
type enumerated TLSNotify {
TLSisStarted,
TLSisStopped,
TLSsupportPSKwithGBA
};
type record SecretKeyConfig {
charstring pskRemoteIP,
PSK psk,
BTID btid
}
type record CipherSuiteConfig {
octetstring CipherSuiteCode,
CertificateVersions certificateVersion,
charstring certificateDomainname
}