OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Templates Summary | |
|---|---|
| configPSK | |
| configCipherSuite | |
| configDone | |
| stopAllConnections | |
template SecretKeyConfig configPSK(charstring p_remoteIP, PSK p_psk, BTID p_btid) := {
pskRemoteIP := p_remoteIP,
psk := p_psk,
btid := p_btid
}
template CipherSuiteConfig configCipherSuite(octetstring p_cipherSuiteCode, charstring p_domainname) := {
CipherSuiteCode := p_cipherSuiteCode,
certificateVersion := ixit_CertificationVersion,
certificateDomainname := p_domainname
}
template DoneConfig configDone := true;
template StopAllConnections stopAllConnections := true;