Values.KeyModesOfUseSourceThe list of cryptographic operations that you can perform using the key. The modes of use are deļ¬ned in section A.5.3 of the TR-31 spec.
type nonrec t = {encrypt : PrimitiveBoolean.t option;Speciļ¬es whether an Amazon Web Services Payment Cryptography key can be used to encrypt data.
*)decrypt : PrimitiveBoolean.t option;Speciļ¬es whether an Amazon Web Services Payment Cryptography key can be used to decrypt data.
*)wrap : PrimitiveBoolean.t option;Speciļ¬es whether an Amazon Web Services Payment Cryptography key can be used to wrap other keys.
*)unwrap : PrimitiveBoolean.t option;Speciļ¬es whether an Amazon Web Services Payment Cryptography key can be used to unwrap other keys.
*)generate : PrimitiveBoolean.t option;Speciļ¬es whether an Amazon Web Services Payment Cryptography key can be used to generate and verify other card and PIN verification keys.
*)sign : PrimitiveBoolean.t option;Speciļ¬es whether an Amazon Web Services Payment Cryptography key can be used for signing.
*)verify : PrimitiveBoolean.t option;Speciļ¬es whether an Amazon Web Services Payment Cryptography key can be used to verify signatures.
*)deriveKey : PrimitiveBoolean.t option;Speciļ¬es whether an Amazon Web Services Payment Cryptography key can be used to derive new keys.
*)noRestrictions : PrimitiveBoolean.t option;Speciļ¬es whether an Amazon Web Services Payment Cryptography key has no special restrictions other than the restrictions implied by KeyUsage.
*)}