SecurityDetails
@Serializable
Security details about a request.
Constructors
Link copied to clipboard
constructor(protocol: String, keyExchange: String, keyExchangeGroup: String? = null, cipher: String, mac: String? = null, certificateId: Int, subjectName: String, sanList: List<String>, issuer: String, validFrom: Double, validTo: Double, signedCertificateTimestampList: List<Network.SignedCertificateTimestamp>, certificateTransparencyCompliance: Network.CertificateTransparencyCompliance, serverSignatureAlgorithm: Int? = null, encryptedClientHello: Boolean)
Properties
Link copied to clipboard
Certificate ID value.
Link copied to clipboard
Whether the request complied with Certificate Transparency policy
Link copied to clipboard
Whether the connection used Encrypted ClientHello
Link copied to clipboard
Key Exchange used by the connection, or the empty string if not applicable.
Link copied to clipboard
(EC)DH group used by the connection, if applicable.
Link copied to clipboard
The signature algorithm used by the server in the TLS server signature, represented as a TLS SignatureScheme code point. Omitted if not applicable or not known.
Link copied to clipboard
List of signed certificate timestamps (SCTs).
Link copied to clipboard
Certificate subject name.