Module GapiCore.SignatureMethod

module SignatureMethod: sig .. end

type t = 
| RSA_SHA1
| HMAC_SHA1
val to_string : t -> string