Voting helps other researchers find interesting modules.
This protobuf specifies the results of https certificate validation, typically used for the BadSSLCertificate field in FetchReplyData. -------------------------- Next Tag: 13 -------------------------------
ALPNNegotiatedProtocol
String.t
nil
CertificateChain
list(String.t)
ErrorMessages
IsTruncated
boolean()
OCSPResponse
SCTList
SSLCipherSuite
integer()
SSLCipherSuiteName
SSLProtocolVersion
SSLProtocolVersionName
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.TrawlerSSLCertificateInfo{ ALPNNegotiatedProtocol: String.t() | nil, CertificateChain: [String.t()] | nil, ErrorMessages: [String.t()] | nil, IsTruncated: boolean() | nil, OCSPResponse: String.t() | nil, SCTList: String.t() | nil, SSLCipherSuite: integer() | nil, SSLCipherSuiteName: String.t() | nil, SSLProtocolVersion: integer() | nil, SSLProtocolVersionName: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()