X509.Key_typeTypes of keys
val strings : (string * t) liststrings is an associative list of string and key_type pairs. Useful for cmdliner (Arg.enum).
val to_string : t -> stringto_string kt is a string representation of kt.
val of_string : string -> (t, [> `Msg of string ]) Stdlib.resultof_string s is Ok key_type if the string could be decoded as key_type, or an Error _.
val pp : t Fmt.tpp ppf t is a pretty printer of t on ppf.
val pp_signature_scheme : signature_scheme Fmt.tpp_signature_scheme ppf s is a pretty-printer of s on ppf.
val supports_signature_scheme : t -> signature_scheme -> boolsupports_scheme key_type scheme is true if the signature scheme is supported with key type.