cybersource-rest-client
Version:
Node.js SDK for the CyberSource REST API
14 lines (10 loc) • 606 B
Markdown
# CyberSource.Acpv1mppcredentialsChallengeEncryptionJwk
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**kty** | **String** | Key type. MUST be 'RSA'. |
**kid** | **String** | Key ID. Identifies the key within a JWKS. |
**use** | **String** | Public key use. MUST be 'enc'. |
**alg** | **String** | Algorithm. MUST be 'RSA-OAEP-256'. |
**n** | **String** | RSA modulus (Base64urlUInt-encoded per RFC 7518 Section 6.3.1.1). |
**e** | **String** | RSA public exponent (Base64urlUInt-encoded per RFC 7518 Section 6.3.1.2). |