Module Values.SubjectAlternativeNameMatchersSource

An object that represents the methods by which a subject alternative name on a peer Transport Layer Security (TLS) certificate can be matched.

Sourcetype nonrec t = {
  1. exact : SubjectAlternativeNameList.t;
    (*

    The values sent must match the specified values exactly.

    *)
}
Sourceval context_ : string
Sourceval make : exact:SubjectAlternativeNameList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of SubjectAlternativeName.t ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t