Unit 'flcTLSAlgorithmTypes' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_fundamentals]

TLSKeyExchangeAlgorithmInfo

Declaration

Source position: flcTLSAlgorithmTypes.pas line 293

const TLSKeyExchangeAlgorithmInfo: array [TTLSKeyExchangeAlgorithm] of TTLSKeyExchangeAlgorithmInfo = ((Name: ''; Method: tlskemNone; KeyType: tlskeatNone; Supported: False), (Name: 'NULL'; Method: tlskemNULL; KeyType: tlskeatNone; Supported: True), (Name: 'DHE_DSS'; Method: tlskemDHE; KeyType: tlskeatDSS; Supported: False), (Name: 'DHE_RSA'; Method: tlskemDHE; KeyType: tlskeatRSA; Supported: False), (Name: 'DH_Anon'; Method: tlskemDH_Anon; KeyType: tlskeatNone; Supported: False), (Name: 'RSA'; Method: tlskemRSA; KeyType: tlskeatRSA; Supported: True), (Name: 'DH_DSS'; Method: tlskemDH; KeyType: tlskeatDSS; Supported: False), (Name: 'DH_RSA'; Method: tlskemDH; KeyType: tlskeatRSA; Supported: False), (Name: 'ECDHE_ECDSA'; Method: tlskemECDHE; KeyType: tlskeatECDSA; Supported: False), (Name: 'ECDH_ECDSA'; Method: tlskemECDH; KeyType: tlskeatECDSA; Supported: False), (Name: 'ECDHE_RSA'; Method: tlskemECDHE; KeyType: tlskeatRSA; Supported: False), (Name: 'ECDH_RSA'; Method: tlskemECDH; KeyType: tlskeatRSA; Supported: False));



CT Web help

CodeTyphon Studio