Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 545 Bytes

FlexV1KeysPost200ResponseJwk.md

File metadata and controls

12 lines (9 loc) · 545 Bytes

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]