Module Values.SigningAlgorithmSpecSource

Sourcetype nonrec t =
  1. | RSASSA_PSS_SHA_256
  2. | RSASSA_PSS_SHA_384
  3. | RSASSA_PSS_SHA_512
  4. | RSASSA_PKCS1_V1_5_SHA_256
  5. | RSASSA_PKCS1_V1_5_SHA_384
  6. | RSASSA_PKCS1_V1_5_SHA_512
  7. | ECDSA_SHA_256
  8. | ECDSA_SHA_384
  9. | ECDSA_SHA_512
  10. | SM2DSA
  11. | ML_DSA_SHAKE_256
  12. | ED25519_SHA_512
  13. | ED25519_PH_SHA_512
  14. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t