ClientCAList class
- class V12.FIXAntenna.ClientCAList
Keeps data returned by
SslContextConfigurator.get_client_ca_list()
.- update_acceptable_ca_certificates: bool
True if acceptable CAs list has to be updated, false otherwise.
- ca_names: List[Dict[str, str]]
Array of certificates descriptions represented as name/value pairs.
- acceptable_ca_certificates: List[SslCertificateDataRecord]
Array of CA certificates which names were extracted and then added.