CertificatePrivateKeyPair class

class V12.FIXAntenna.CertificatePrivateKeyPair

Keeps data returned by SslContextConfigurator.get_next_certificate_private_key_pair(). Provides next certificate to set.

is_valid: bool

True if the certificate is valid, false otherwise.

index: int

Tracking index.

certificate: SslCertificateDataRecord

Certificate record decribing the certificate to set.

certificate_chain: List[SslCertificateDataRecord]

Additional certificate chain to set for the certificate. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_add1_chain_cert.html for details.

private_key_data: SslCertificateDataRecord

Private key corresponding to the certificate provided.