TlsaRecordResponse

data class TlsaRecordResponse(val certAssociationData: String? = null, val matchingType: Int? = null, val selector: Int? = null, val usage: Int? = null)

A TLSA record. For more information about the TLSA record format, see RFC 6698: https://www.rfc-editor.org/rfc/rfc6698

Constructors

Link copied to clipboard
constructor(certAssociationData: String? = null, matchingType: Int? = null, selector: Int? = null, usage: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This specifies the certificate association data to be matched.

Link copied to clipboard
val matchingType: Int? = null

The matching type specifies how the certificate association is presented.

Link copied to clipboard
val selector: Int? = null

The selector specifies which part of the TLS certificate presented by the server will be matched against the association data.

Link copied to clipboard
val usage: Int? = null

The usage specifies the provided association that will be used to match the certificate presented in the TLS handshake.