Initial commit - Mini CMS complet (PHP + Docker + MinIO)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace Aws\PaymentCryptographyData\Exception;
|
||||
|
||||
use Aws\Exception\AwsException;
|
||||
|
||||
/**
|
||||
* Represents an error interacting with the **Payment Cryptography Data Plane** service.
|
||||
*/
|
||||
class PaymentCryptographyDataException extends AwsException {}
|
||||
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
namespace Aws\PaymentCryptographyData;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with the **Payment Cryptography Data Plane** service.
|
||||
* @method \Aws\Result decryptData(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise decryptDataAsync(array $args = [])
|
||||
* @method \Aws\Result encryptData(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise encryptDataAsync(array $args = [])
|
||||
* @method \Aws\Result generateCardValidationData(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise generateCardValidationDataAsync(array $args = [])
|
||||
* @method \Aws\Result generateMac(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise generateMacAsync(array $args = [])
|
||||
* @method \Aws\Result generateMacEmvPinChange(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise generateMacEmvPinChangeAsync(array $args = [])
|
||||
* @method \Aws\Result generatePinData(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise generatePinDataAsync(array $args = [])
|
||||
* @method \Aws\Result reEncryptData(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise reEncryptDataAsync(array $args = [])
|
||||
* @method \Aws\Result translateKeyMaterial(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise translateKeyMaterialAsync(array $args = [])
|
||||
* @method \Aws\Result translatePinData(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise translatePinDataAsync(array $args = [])
|
||||
* @method \Aws\Result verifyAuthRequestCryptogram(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise verifyAuthRequestCryptogramAsync(array $args = [])
|
||||
* @method \Aws\Result verifyCardValidationData(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise verifyCardValidationDataAsync(array $args = [])
|
||||
* @method \Aws\Result verifyMac(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise verifyMacAsync(array $args = [])
|
||||
* @method \Aws\Result verifyPinData(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise verifyPinDataAsync(array $args = [])
|
||||
*/
|
||||
class PaymentCryptographyDataClient extends AwsClient {}
|
||||
Reference in New Issue
Block a user