@aws-sdk/client-payment-cryptography-data 3.533.0 → 3.535.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/PaymentCryptographyData.d.ts +1 -1
- package/dist-types/PaymentCryptographyDataClient.d.ts +1 -1
- package/dist-types/commands/DecryptDataCommand.d.ts +2 -1
- package/dist-types/commands/EncryptDataCommand.d.ts +2 -1
- package/dist-types/commands/GenerateCardValidationDataCommand.d.ts +2 -1
- package/dist-types/commands/GenerateMacCommand.d.ts +2 -1
- package/dist-types/commands/GeneratePinDataCommand.d.ts +2 -1
- package/dist-types/commands/ReEncryptDataCommand.d.ts +2 -1
- package/dist-types/commands/TranslatePinDataCommand.d.ts +2 -1
- package/dist-types/commands/VerifyAuthRequestCryptogramCommand.d.ts +2 -1
- package/dist-types/commands/VerifyCardValidationDataCommand.d.ts +2 -1
- package/dist-types/commands/VerifyMacCommand.d.ts +2 -1
- package/dist-types/commands/VerifyPinDataCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +285 -285
- package/dist-types/ts3.4/commands/DecryptDataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EncryptDataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GenerateCardValidationDataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GenerateMacCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GeneratePinDataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ReEncryptDataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TranslatePinDataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/VerifyAuthRequestCryptogramCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/VerifyCardValidationDataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/VerifyMacCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/VerifyPinDataCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -80,9 +80,9 @@ export interface PaymentCryptographyData {
|
|
|
80
80
|
verifyPinData(args: VerifyPinDataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: VerifyPinDataCommandOutput) => void): void;
|
|
81
81
|
}
|
|
82
82
|
/**
|
|
83
|
-
* @public
|
|
84
83
|
* <p>You use the Amazon Web Services Payment Cryptography Data Plane to manage how encryption keys are used for payment-related transaction processing and associated cryptographic operations. You can encrypt, decrypt, generate, verify, and translate payment-related cryptographic operations in Amazon Web Services Payment Cryptography. For more information, see <a href="https://docs.aws.amazon.com/payment-cryptography/latest/userguide/data-operations.html">Data operations</a> in the <i>Amazon Web Services Payment Cryptography User Guide</i>.</p>
|
|
85
84
|
* <p>To manage your encryption keys, you use the <a href="https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/Welcome.html">Amazon Web Services Payment Cryptography Control Plane</a>. You can create, import, export, share, manage, and delete keys. You can also manage Identity and Access Management (IAM) policies for keys. </p>
|
|
85
|
+
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class PaymentCryptographyData extends PaymentCryptographyDataClient implements PaymentCryptographyData {
|
|
88
88
|
}
|
|
@@ -162,9 +162,9 @@ export type PaymentCryptographyDataClientResolvedConfigType = __SmithyResolvedCo
|
|
|
162
162
|
export interface PaymentCryptographyDataClientResolvedConfig extends PaymentCryptographyDataClientResolvedConfigType {
|
|
163
163
|
}
|
|
164
164
|
/**
|
|
165
|
-
* @public
|
|
166
165
|
* <p>You use the Amazon Web Services Payment Cryptography Data Plane to manage how encryption keys are used for payment-related transaction processing and associated cryptographic operations. You can encrypt, decrypt, generate, verify, and translate payment-related cryptographic operations in Amazon Web Services Payment Cryptography. For more information, see <a href="https://docs.aws.amazon.com/payment-cryptography/latest/userguide/data-operations.html">Data operations</a> in the <i>Amazon Web Services Payment Cryptography User Guide</i>.</p>
|
|
167
166
|
* <p>To manage your encryption keys, you use the <a href="https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/Welcome.html">Amazon Web Services Payment Cryptography Control Plane</a>. You can create, import, export, share, manage, and delete keys. You can also manage Identity and Access Management (IAM) policies for keys. </p>
|
|
167
|
+
* @public
|
|
168
168
|
*/
|
|
169
169
|
export declare class PaymentCryptographyDataClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, PaymentCryptographyDataClientResolvedConfig> {
|
|
170
170
|
/**
|
|
@@ -22,10 +22,10 @@ export interface DecryptDataCommandOutput extends DecryptDataOutput, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const DecryptDataCommand_base: {
|
|
24
24
|
new (input: DecryptDataCommandInput): import("@smithy/smithy-client").CommandImpl<DecryptDataCommandInput, DecryptDataCommandOutput, PaymentCryptographyDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DecryptDataCommandInput): import("@smithy/smithy-client").CommandImpl<DecryptDataCommandInput, DecryptDataCommandOutput, PaymentCryptographyDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Decrypts ciphertext data to plaintext using a symmetric (TDES, AES), asymmetric (RSA), or derived (DUKPT or EMV) encryption key scheme. For more information, see <a href="https://docs.aws.amazon.com/payment-cryptography/latest/userguide/decrypt-data.html">Decrypt data</a> in the <i>Amazon Web Services Payment Cryptography User Guide</i>.</p>
|
|
30
30
|
* <p>You can use an encryption key generated within Amazon Web Services Payment Cryptography, or you can import your own encryption key by calling <a href="https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_ImportKey.html">ImportKey</a>. For this operation, the key must have <code>KeyModesOfUse</code> set to <code>Decrypt</code>. In asymmetric decryption, Amazon Web Services Payment Cryptography decrypts the ciphertext using the private component of the asymmetric encryption key pair. For data encryption outside of Amazon Web Services Payment Cryptography, you can export the public component of the asymmetric key pair by calling <a href="https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_GetPublicKeyCertificate.html">GetPublicCertificate</a>.</p>
|
|
31
31
|
* <p>For symmetric and DUKPT decryption, Amazon Web Services Payment Cryptography supports <code>TDES</code> and <code>AES</code> algorithms. For EMV decryption, Amazon Web Services Payment Cryptography supports <code>TDES</code> algorithms. For asymmetric decryption, Amazon Web Services Payment Cryptography supports <code>RSA</code>. </p>
|
|
@@ -122,6 +122,7 @@ declare const DecryptDataCommand_base: {
|
|
|
122
122
|
* @throws {@link PaymentCryptographyDataServiceException}
|
|
123
123
|
* <p>Base exception class for all service exceptions from PaymentCryptographyData service.</p>
|
|
124
124
|
*
|
|
125
|
+
* @public
|
|
125
126
|
*/
|
|
126
127
|
export declare class DecryptDataCommand extends DecryptDataCommand_base {
|
|
127
128
|
}
|
|
@@ -22,10 +22,10 @@ export interface EncryptDataCommandOutput extends EncryptDataOutput, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const EncryptDataCommand_base: {
|
|
24
24
|
new (input: EncryptDataCommandInput): import("@smithy/smithy-client").CommandImpl<EncryptDataCommandInput, EncryptDataCommandOutput, PaymentCryptographyDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: EncryptDataCommandInput): import("@smithy/smithy-client").CommandImpl<EncryptDataCommandInput, EncryptDataCommandOutput, PaymentCryptographyDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Encrypts plaintext data to ciphertext using a symmetric (TDES, AES), asymmetric (RSA), or derived (DUKPT or EMV) encryption key scheme. For more information, see <a href="https://docs.aws.amazon.com/payment-cryptography/latest/userguide/encrypt-data.html">Encrypt data</a> in the <i>Amazon Web Services Payment Cryptography User Guide</i>.</p>
|
|
30
30
|
* <p>You can generate an encryption key within Amazon Web Services Payment Cryptography by calling <a href="https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_CreateKey.html">CreateKey</a>. You can import your own encryption key by calling <a href="https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_ImportKey.html">ImportKey</a>. For this operation, the key must have <code>KeyModesOfUse</code> set to <code>Encrypt</code>. In asymmetric encryption, plaintext is encrypted using public component. You can import the public component of an asymmetric key pair created outside Amazon Web Services Payment Cryptography by calling <a href="https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_ImportKey.html">ImportKey</a>. </p>
|
|
31
31
|
* <p>For symmetric and DUKPT encryption, Amazon Web Services Payment Cryptography supports <code>TDES</code> and <code>AES</code> algorithms. For EMV encryption, Amazon Web Services Payment Cryptography supports <code>TDES</code> algorithms.For asymmetric encryption, Amazon Web Services Payment Cryptography supports <code>RSA</code>. </p>
|
|
@@ -128,6 +128,7 @@ declare const EncryptDataCommand_base: {
|
|
|
128
128
|
* @throws {@link PaymentCryptographyDataServiceException}
|
|
129
129
|
* <p>Base exception class for all service exceptions from PaymentCryptographyData service.</p>
|
|
130
130
|
*
|
|
131
|
+
* @public
|
|
131
132
|
*/
|
|
132
133
|
export declare class EncryptDataCommand extends EncryptDataCommand_base {
|
|
133
134
|
}
|
|
@@ -22,10 +22,10 @@ export interface GenerateCardValidationDataCommandOutput extends GenerateCardVal
|
|
|
22
22
|
}
|
|
23
23
|
declare const GenerateCardValidationDataCommand_base: {
|
|
24
24
|
new (input: GenerateCardValidationDataCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateCardValidationDataCommandInput, GenerateCardValidationDataCommandOutput, PaymentCryptographyDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GenerateCardValidationDataCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateCardValidationDataCommandInput, GenerateCardValidationDataCommandOutput, PaymentCryptographyDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Generates card-related validation data using algorithms such as Card Verification Values (CVV/CVV2), Dynamic Card Verification Values (dCVV/dCVV2), or Card Security Codes (CSC). For more information, see <a href="https://docs.aws.amazon.com/payment-cryptography/latest/userguide/generate-card-data.html">Generate card data</a> in the <i>Amazon Web Services Payment Cryptography User Guide</i>.</p>
|
|
30
30
|
* <p>This operation generates a CVV or CSC value that is printed on a payment credit or debit card during card production. The CVV or CSC, PAN (Primary Account Number) and expiration date of the card are required to check its validity during transaction processing. To begin this operation, a CVK (Card Verification Key) encryption key is required. You can use <a href="https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_CreateKey.html">CreateKey</a> or <a href="https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_ImportKey.html">ImportKey</a> to establish a CVK within Amazon Web Services Payment Cryptography. The <code>KeyModesOfUse</code> should be set to <code>Generate</code> and <code>Verify</code> for a CVK encryption key. </p>
|
|
31
31
|
* <p>For information about valid keys for this operation, see <a href="https://docs.aws.amazon.com/payment-cryptography/latest/userguide/keys-validattributes.html">Understanding key attributes</a> and <a href="https://docs.aws.amazon.com/payment-cryptography/latest/userguide/crypto-ops-validkeys-ops.html">Key types for specific data operations</a> in the <i>Amazon Web Services Payment Cryptography User Guide</i>. </p>
|
|
@@ -124,6 +124,7 @@ declare const GenerateCardValidationDataCommand_base: {
|
|
|
124
124
|
* @throws {@link PaymentCryptographyDataServiceException}
|
|
125
125
|
* <p>Base exception class for all service exceptions from PaymentCryptographyData service.</p>
|
|
126
126
|
*
|
|
127
|
+
* @public
|
|
127
128
|
*/
|
|
128
129
|
export declare class GenerateCardValidationDataCommand extends GenerateCardValidationDataCommand_base {
|
|
129
130
|
}
|
|
@@ -22,10 +22,10 @@ export interface GenerateMacCommandOutput extends GenerateMacOutput, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const GenerateMacCommand_base: {
|
|
24
24
|
new (input: GenerateMacCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateMacCommandInput, GenerateMacCommandOutput, PaymentCryptographyDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GenerateMacCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateMacCommandInput, GenerateMacCommandOutput, PaymentCryptographyDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Generates a Message Authentication Code (MAC) cryptogram within Amazon Web Services Payment Cryptography. </p>
|
|
30
30
|
* <p>You can use this operation to authenticate card-related data by using known data values to generate MAC for data validation between the sending and receiving parties. This operation uses message data, a secret encryption key and MAC algorithm to generate a unique MAC value for transmission. The receiving party of the MAC must use the same message data, secret encryption key and MAC algorithm to reproduce another MAC value for comparision.</p>
|
|
31
31
|
* <p>You can use this operation to generate a DUPKT, CMAC, HMAC or EMV MAC by setting generation attributes and algorithm to the associated values. The MAC generation encryption key must have valid values for <code>KeyUsage</code> such as <code>TR31_M7_HMAC_KEY</code> for HMAC generation, and they key must have <code>KeyModesOfUse</code> set to <code>Generate</code> and <code>Verify</code>.</p>
|
|
@@ -115,6 +115,7 @@ declare const GenerateMacCommand_base: {
|
|
|
115
115
|
* @throws {@link PaymentCryptographyDataServiceException}
|
|
116
116
|
* <p>Base exception class for all service exceptions from PaymentCryptographyData service.</p>
|
|
117
117
|
*
|
|
118
|
+
* @public
|
|
118
119
|
*/
|
|
119
120
|
export declare class GenerateMacCommand extends GenerateMacCommand_base {
|
|
120
121
|
}
|
|
@@ -22,10 +22,10 @@ export interface GeneratePinDataCommandOutput extends GeneratePinDataOutput, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const GeneratePinDataCommand_base: {
|
|
24
24
|
new (input: GeneratePinDataCommandInput): import("@smithy/smithy-client").CommandImpl<GeneratePinDataCommandInput, GeneratePinDataCommandOutput, PaymentCryptographyDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GeneratePinDataCommandInput): import("@smithy/smithy-client").CommandImpl<GeneratePinDataCommandInput, GeneratePinDataCommandOutput, PaymentCryptographyDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Generates pin-related data such as PIN, PIN Verification Value (PVV), PIN Block, and PIN Offset during new card issuance or reissuance. For more information, see <a href="https://docs.aws.amazon.com/payment-cryptography/latest/userguide/generate-pin-data.html">Generate PIN data</a> in the <i>Amazon Web Services Payment Cryptography User Guide</i>.</p>
|
|
30
30
|
* <p>PIN data is never transmitted in clear to or from Amazon Web Services Payment Cryptography. This operation generates PIN, PVV, or PIN Offset and then encrypts it using Pin Encryption Key (PEK) to create an <code>EncryptedPinBlock</code> for transmission from Amazon Web Services Payment Cryptography. This operation uses a separate Pin Verification Key (PVK) for VISA PVV generation. </p>
|
|
31
31
|
* <p>For information about valid keys for this operation, see <a href="https://docs.aws.amazon.com/payment-cryptography/latest/userguide/keys-validattributes.html">Understanding key attributes</a> and <a href="https://docs.aws.amazon.com/payment-cryptography/latest/userguide/crypto-ops-validkeys-ops.html">Key types for specific data operations</a> in the <i>Amazon Web Services Payment Cryptography User Guide</i>.</p>
|
|
@@ -135,6 +135,7 @@ declare const GeneratePinDataCommand_base: {
|
|
|
135
135
|
* @throws {@link PaymentCryptographyDataServiceException}
|
|
136
136
|
* <p>Base exception class for all service exceptions from PaymentCryptographyData service.</p>
|
|
137
137
|
*
|
|
138
|
+
* @public
|
|
138
139
|
*/
|
|
139
140
|
export declare class GeneratePinDataCommand extends GeneratePinDataCommand_base {
|
|
140
141
|
}
|
|
@@ -22,10 +22,10 @@ export interface ReEncryptDataCommandOutput extends ReEncryptDataOutput, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const ReEncryptDataCommand_base: {
|
|
24
24
|
new (input: ReEncryptDataCommandInput): import("@smithy/smithy-client").CommandImpl<ReEncryptDataCommandInput, ReEncryptDataCommandOutput, PaymentCryptographyDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ReEncryptDataCommandInput): import("@smithy/smithy-client").CommandImpl<ReEncryptDataCommandInput, ReEncryptDataCommandOutput, PaymentCryptographyDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Re-encrypt ciphertext using DUKPT, Symmetric and Asymmetric Data Encryption Keys. </p>
|
|
30
30
|
* <p>You can either generate an encryption key within Amazon Web Services Payment Cryptography by calling <a href="https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_CreateKey.html">CreateKey</a> or import your own encryption key by calling <a href="https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_ImportKey.html">ImportKey</a>. The <code>KeyArn</code> for use with this operation must be in a compatible key state with <code>KeyModesOfUse</code> set to <code>Encrypt</code>. In asymmetric encryption, ciphertext is encrypted using public component (imported by calling <a href="https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_ImportKey.html">ImportKey</a>) of the asymmetric key pair created outside of Amazon Web Services Payment Cryptography. </p>
|
|
31
31
|
* <p>For symmetric and DUKPT encryption, Amazon Web Services Payment Cryptography supports <code>TDES</code> and <code>AES</code> algorithms. For asymmetric encryption, Amazon Web Services Payment Cryptography supports <code>RSA</code>. To encrypt using DUKPT, a DUKPT key must already exist within your account with <code>KeyModesOfUse</code> set to <code>DeriveKey</code> or a new DUKPT can be generated by calling <a href="https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_CreateKey.html">CreateKey</a>.</p>
|
|
@@ -130,6 +130,7 @@ declare const ReEncryptDataCommand_base: {
|
|
|
130
130
|
* @throws {@link PaymentCryptographyDataServiceException}
|
|
131
131
|
* <p>Base exception class for all service exceptions from PaymentCryptographyData service.</p>
|
|
132
132
|
*
|
|
133
|
+
* @public
|
|
133
134
|
*/
|
|
134
135
|
export declare class ReEncryptDataCommand extends ReEncryptDataCommand_base {
|
|
135
136
|
}
|
|
@@ -22,10 +22,10 @@ export interface TranslatePinDataCommandOutput extends TranslatePinDataOutput, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const TranslatePinDataCommand_base: {
|
|
24
24
|
new (input: TranslatePinDataCommandInput): import("@smithy/smithy-client").CommandImpl<TranslatePinDataCommandInput, TranslatePinDataCommandOutput, PaymentCryptographyDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TranslatePinDataCommandInput): import("@smithy/smithy-client").CommandImpl<TranslatePinDataCommandInput, TranslatePinDataCommandOutput, PaymentCryptographyDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Translates encrypted PIN block from and to ISO 9564 formats 0,1,3,4. For more information, see <a href="https://docs.aws.amazon.com/payment-cryptography/latest/userguide/translate-pin-data.html">Translate PIN data</a> in the <i>Amazon Web Services Payment Cryptography User Guide</i>.</p>
|
|
30
30
|
* <p>PIN block translation involves changing the encrytion of PIN block from one encryption key to another encryption key and changing PIN block format from one to another without PIN block data leaving Amazon Web Services Payment Cryptography. The encryption key transformation can be from PEK (Pin Encryption Key) to BDK (Base Derivation Key) for DUKPT or from BDK for DUKPT to PEK. Amazon Web Services Payment Cryptography supports <code>TDES</code> and <code>AES</code> key derivation type for DUKPT translations. </p>
|
|
31
31
|
* <p>The allowed combinations of PIN block format translations are guided by PCI. It is important to note that not all encrypted PIN block formats (example, format 1) require PAN (Primary Account Number) as input. And as such, PIN block format that requires PAN (example, formats 0,3,4) cannot be translated to a format (format 1) that does not require a PAN for generation. </p>
|
|
@@ -127,6 +127,7 @@ declare const TranslatePinDataCommand_base: {
|
|
|
127
127
|
* @throws {@link PaymentCryptographyDataServiceException}
|
|
128
128
|
* <p>Base exception class for all service exceptions from PaymentCryptographyData service.</p>
|
|
129
129
|
*
|
|
130
|
+
* @public
|
|
130
131
|
*/
|
|
131
132
|
export declare class TranslatePinDataCommand extends TranslatePinDataCommand_base {
|
|
132
133
|
}
|
|
@@ -22,10 +22,10 @@ export interface VerifyAuthRequestCryptogramCommandOutput extends VerifyAuthRequ
|
|
|
22
22
|
}
|
|
23
23
|
declare const VerifyAuthRequestCryptogramCommand_base: {
|
|
24
24
|
new (input: VerifyAuthRequestCryptogramCommandInput): import("@smithy/smithy-client").CommandImpl<VerifyAuthRequestCryptogramCommandInput, VerifyAuthRequestCryptogramCommandOutput, PaymentCryptographyDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: VerifyAuthRequestCryptogramCommandInput): import("@smithy/smithy-client").CommandImpl<VerifyAuthRequestCryptogramCommandInput, VerifyAuthRequestCryptogramCommandOutput, PaymentCryptographyDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Verifies Authorization Request Cryptogram (ARQC) for a EMV chip payment card authorization. For more information, see <a href="https://docs.aws.amazon.com/payment-cryptography/latest/userguide/data-operations.verifyauthrequestcryptogram.html">Verify auth request cryptogram</a> in the <i>Amazon Web Services Payment Cryptography User Guide</i>.</p>
|
|
30
30
|
* <p>ARQC generation is done outside of Amazon Web Services Payment Cryptography and is typically generated on a point of sale terminal for an EMV chip card to obtain payment authorization during transaction time. For ARQC verification, you must first import the ARQC generated outside of Amazon Web Services Payment Cryptography by calling <a href="https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_ImportKey.html">ImportKey</a>. This operation uses the imported ARQC and an major encryption key (DUKPT) created by calling <a href="https://docs.aws.amazon.com/payment-cryptography/latest/APIReference/API_CreateKey.html">CreateKey</a> to either provide a boolean ARQC verification result or provide an APRC (Authorization Response Cryptogram) response using Method 1 or Method 2. The <code>ARPC_METHOD_1</code> uses <code>AuthResponseCode</code> to generate ARPC and <code>ARPC_METHOD_2</code> uses <code>CardStatusUpdate</code> to generate ARPC. </p>
|
|
31
31
|
* <p>For information about valid keys for this operation, see <a href="https://docs.aws.amazon.com/payment-cryptography/latest/userguide/keys-validattributes.html">Understanding key attributes</a> and <a href="https://docs.aws.amazon.com/payment-cryptography/latest/userguide/crypto-ops-validkeys-ops.html">Key types for specific data operations</a> in the <i>Amazon Web Services Payment Cryptography User Guide</i>.</p>
|
|
@@ -130,6 +130,7 @@ declare const VerifyAuthRequestCryptogramCommand_base: {
|
|
|
130
130
|
* @throws {@link PaymentCryptographyDataServiceException}
|
|
131
131
|
* <p>Base exception class for all service exceptions from PaymentCryptographyData service.</p>
|
|
132
132
|
*
|
|
133
|
+
* @public
|
|
133
134
|
*/
|
|
134
135
|
export declare class VerifyAuthRequestCryptogramCommand extends VerifyAuthRequestCryptogramCommand_base {
|
|
135
136
|
}
|
|
@@ -22,10 +22,10 @@ export interface VerifyCardValidationDataCommandOutput extends VerifyCardValidat
|
|
|
22
22
|
}
|
|
23
23
|
declare const VerifyCardValidationDataCommand_base: {
|
|
24
24
|
new (input: VerifyCardValidationDataCommandInput): import("@smithy/smithy-client").CommandImpl<VerifyCardValidationDataCommandInput, VerifyCardValidationDataCommandOutput, PaymentCryptographyDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: VerifyCardValidationDataCommandInput): import("@smithy/smithy-client").CommandImpl<VerifyCardValidationDataCommandInput, VerifyCardValidationDataCommandOutput, PaymentCryptographyDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Verifies card-related validation data using algorithms such as Card Verification Values (CVV/CVV2), Dynamic Card Verification Values (dCVV/dCVV2) and Card Security Codes (CSC). For more information, see <a href="https://docs.aws.amazon.com/payment-cryptography/latest/userguide/verify-card-data.html">Verify card data</a> in the <i>Amazon Web Services Payment Cryptography User Guide</i>.</p>
|
|
30
30
|
* <p>This operation validates the CVV or CSC codes that is printed on a payment credit or debit card during card payment transaction. The input values are typically provided as part of an inbound transaction to an issuer or supporting platform partner. Amazon Web Services Payment Cryptography uses CVV or CSC, PAN (Primary Account Number) and expiration date of the card to check its validity during transaction processing. In this operation, the CVK (Card Verification Key) encryption key for use with card data verification is same as the one in used for <a>GenerateCardValidationData</a>. </p>
|
|
31
31
|
* <p>For information about valid keys for this operation, see <a href="https://docs.aws.amazon.com/payment-cryptography/latest/userguide/keys-validattributes.html">Understanding key attributes</a> and <a href="https://docs.aws.amazon.com/payment-cryptography/latest/userguide/crypto-ops-validkeys-ops.html">Key types for specific data operations</a> in the <i>Amazon Web Services Payment Cryptography User Guide</i>. </p>
|
|
@@ -136,6 +136,7 @@ declare const VerifyCardValidationDataCommand_base: {
|
|
|
136
136
|
* @throws {@link PaymentCryptographyDataServiceException}
|
|
137
137
|
* <p>Base exception class for all service exceptions from PaymentCryptographyData service.</p>
|
|
138
138
|
*
|
|
139
|
+
* @public
|
|
139
140
|
*/
|
|
140
141
|
export declare class VerifyCardValidationDataCommand extends VerifyCardValidationDataCommand_base {
|
|
141
142
|
}
|
|
@@ -22,10 +22,10 @@ export interface VerifyMacCommandOutput extends VerifyMacOutput, __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const VerifyMacCommand_base: {
|
|
24
24
|
new (input: VerifyMacCommandInput): import("@smithy/smithy-client").CommandImpl<VerifyMacCommandInput, VerifyMacCommandOutput, PaymentCryptographyDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: VerifyMacCommandInput): import("@smithy/smithy-client").CommandImpl<VerifyMacCommandInput, VerifyMacCommandOutput, PaymentCryptographyDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Verifies a Message Authentication Code (MAC). </p>
|
|
30
30
|
* <p>You can use this operation to verify MAC for message data authentication such as . In this operation, you must use the same message data, secret encryption key and MAC algorithm that was used to generate MAC. You can use this operation to verify a DUPKT, CMAC, HMAC or EMV MAC by setting generation attributes and algorithm to the associated values. </p>
|
|
31
31
|
* <p>For information about valid keys for this operation, see <a href="https://docs.aws.amazon.com/payment-cryptography/latest/userguide/keys-validattributes.html">Understanding key attributes</a> and <a href="https://docs.aws.amazon.com/payment-cryptography/latest/userguide/crypto-ops-validkeys-ops.html">Key types for specific data operations</a> in the <i>Amazon Web Services Payment Cryptography User Guide</i>. </p>
|
|
@@ -117,6 +117,7 @@ declare const VerifyMacCommand_base: {
|
|
|
117
117
|
* @throws {@link PaymentCryptographyDataServiceException}
|
|
118
118
|
* <p>Base exception class for all service exceptions from PaymentCryptographyData service.</p>
|
|
119
119
|
*
|
|
120
|
+
* @public
|
|
120
121
|
*/
|
|
121
122
|
export declare class VerifyMacCommand extends VerifyMacCommand_base {
|
|
122
123
|
}
|
|
@@ -22,10 +22,10 @@ export interface VerifyPinDataCommandOutput extends VerifyPinDataOutput, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const VerifyPinDataCommand_base: {
|
|
24
24
|
new (input: VerifyPinDataCommandInput): import("@smithy/smithy-client").CommandImpl<VerifyPinDataCommandInput, VerifyPinDataCommandOutput, PaymentCryptographyDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: VerifyPinDataCommandInput): import("@smithy/smithy-client").CommandImpl<VerifyPinDataCommandInput, VerifyPinDataCommandOutput, PaymentCryptographyDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Verifies pin-related data such as PIN and PIN Offset using algorithms including VISA PVV and IBM3624. For more information, see <a href="https://docs.aws.amazon.com/payment-cryptography/latest/userguide/verify-pin-data.html">Verify PIN data</a> in the <i>Amazon Web Services Payment Cryptography User Guide</i>.</p>
|
|
30
30
|
* <p>This operation verifies PIN data for user payment card. A card holder PIN data is never transmitted in clear to or from Amazon Web Services Payment Cryptography. This operation uses PIN Verification Key (PVK) for PIN or PIN Offset generation and then encrypts it using PIN Encryption Key (PEK) to create an <code>EncryptedPinBlock</code> for transmission from Amazon Web Services Payment Cryptography. </p>
|
|
31
31
|
* <p>For information about valid keys for this operation, see <a href="https://docs.aws.amazon.com/payment-cryptography/latest/userguide/keys-validattributes.html">Understanding key attributes</a> and <a href="https://docs.aws.amazon.com/payment-cryptography/latest/userguide/crypto-ops-validkeys-ops.html">Key types for specific data operations</a> in the <i>Amazon Web Services Payment Cryptography User Guide</i>. </p>
|
|
@@ -114,6 +114,7 @@ declare const VerifyPinDataCommand_base: {
|
|
|
114
114
|
* @throws {@link PaymentCryptographyDataServiceException}
|
|
115
115
|
* <p>Base exception class for all service exceptions from PaymentCryptographyData service.</p>
|
|
116
116
|
*
|
|
117
|
+
* @public
|
|
117
118
|
*/
|
|
118
119
|
export declare class VerifyPinDataCommand extends VerifyPinDataCommand_base {
|
|
119
120
|
}
|