Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
X509.Key_typeSourceTypes 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, [> Rresult.R.msg ]) Rresult.resultof_string s is Ok key_type if the string could be decoded as key_type, or an Error _.
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.