# CyberSource.FlexV1KeysPost200ResponseJwk

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**kty** | **String** | Algorithm used to encrypt the public key. | [optional] 
**use** | **String** | Defines whether to use the key for encryption (enc) or verifying a signature (sig). Always returned as enc. | [optional] 
**kid** | **String** | The key ID in JWK format. | [optional] 
**n** | **String** | JWK RSA Modulus | [optional] 
**e** | **String** | JWK RSA Exponent | [optional] 


