transferito
/
vendor
/
aws
/
aws-sdk-php
/
src
/
PaymentCryptographyData
/
PaymentCryptographyDataClient.php
PaymentCryptographyDataClient.php
32 lines
| 1 | <?php |
| 2 | namespace Aws\PaymentCryptographyData; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **Payment Cryptography Data Plane** service. |
| 8 | * @method \Aws\Result decryptData(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise decryptDataAsync(array $args = []) |
| 10 | * @method \Aws\Result encryptData(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise encryptDataAsync(array $args = []) |
| 12 | * @method \Aws\Result generateCardValidationData(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise generateCardValidationDataAsync(array $args = []) |
| 14 | * @method \Aws\Result generateMac(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise generateMacAsync(array $args = []) |
| 16 | * @method \Aws\Result generatePinData(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise generatePinDataAsync(array $args = []) |
| 18 | * @method \Aws\Result reEncryptData(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise reEncryptDataAsync(array $args = []) |
| 20 | * @method \Aws\Result translatePinData(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise translatePinDataAsync(array $args = []) |
| 22 | * @method \Aws\Result verifyAuthRequestCryptogram(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise verifyAuthRequestCryptogramAsync(array $args = []) |
| 24 | * @method \Aws\Result verifyCardValidationData(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise verifyCardValidationDataAsync(array $args = []) |
| 26 | * @method \Aws\Result verifyMac(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise verifyMacAsync(array $args = []) |
| 28 | * @method \Aws\Result verifyPinData(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise verifyPinDataAsync(array $args = []) |
| 30 | */ |
| 31 | class PaymentCryptographyDataClient extends AwsClient {} |
| 32 |