Module Values.DeriveKeyUsageSource

Sourcetype nonrec t =
  1. | TR31_B0_BASE_DERIVATION_KEY
  2. | TR31_C0_CARD_VERIFICATION_KEY
  3. | TR31_D0_SYMMETRIC_DATA_ENCRYPTION_KEY
  4. | TR31_E0_EMV_MKEY_APP_CRYPTOGRAMS
  5. | TR31_E1_EMV_MKEY_CONFIDENTIALITY
  6. | TR31_E2_EMV_MKEY_INTEGRITY
  7. | TR31_E4_EMV_MKEY_DYNAMIC_NUMBERS
  8. | TR31_E5_EMV_MKEY_CARD_PERSONALIZATION
  9. | TR31_E6_EMV_MKEY_OTHER
  10. | TR31_K0_KEY_ENCRYPTION_KEY
  11. | TR31_K1_KEY_BLOCK_PROTECTION_KEY
  12. | TR31_M3_ISO_9797_3_MAC_KEY
  13. | TR31_M1_ISO_9797_1_MAC_KEY
  14. | TR31_M6_ISO_9797_5_CMAC_KEY
  15. | TR31_M7_HMAC_KEY
  16. | TR31_P0_PIN_ENCRYPTION_KEY
  17. | TR31_P1_PIN_GENERATION_KEY
  18. | TR31_V1_IBM3624_PIN_VERIFICATION_KEY
  19. | TR31_V2_VISA_PIN_VERIFICATION_KEY
  20. | 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