Dns.RrsigRRSIG
Resource record signatures, used by DNSSec.
type t = {type_covered : int;algorithm : Dnskey.algorithm;label_count : int;original_ttl : int32;signature_expiration : Ptime.t;signature_inception : Ptime.t;key_tag : int;signer_name : [ `raw ] Domain_name.t;signature : string;}The type of a RRSIG.
val pp : t Fmt.tpp ppf t pretty-prints the RRSIG.