TlsaRecord Class
A TLSA record. For more information about the TLSA record format, see RFC 6698: https://www.rfc-editor.org/rfc/rfc6698.
Constructor
TlsaRecord(*, usage: int | None = None, selector: int | None = None, matching_type: int | None = None, cert_association_data: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
usage
|
The usage specifies the provided association that will be used to match the certificate presented in the TLS handshake. Default value: None
|
selector
|
The selector specifies which part of the TLS certificate presented by the server will be matched against the association data. Default value: None
|
matching_type
|
The matching type specifies how the certificate association is presented. Default value: None
|
cert_association_data
|
This specifies the certificate association data to be matched. Default value: None
|
Variables
Name | Description |
---|---|
usage
|
The usage specifies the provided association that will be used to match the certificate presented in the TLS handshake. |
selector
|
The selector specifies which part of the TLS certificate presented by the server will be matched against the association data. |
matching_type
|
The matching type specifies how the certificate association is presented. |
cert_association_data
|
This specifies the certificate association data to be matched. |