AWS Tools for Windows PowerShell
Command Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Synopsis

Calls the Payment Cryptography Data TranslatePinData API operation.

Syntax

Convert-PAYCDPinData
-IncomingWrappedKey_WrappedKeyMaterial_DiffieHellmanSymmetricKey_CertificateAuthorityPublicKeyIdentifier <String>
-OutgoingWrappedKey_WrappedKeyMaterial_DiffieHellmanSymmetricKey_CertificateAuthorityPublicKeyIdentifier <String>
-IncomingDukptAttributes_DukptKeyDerivationType <DukptDerivationType>
-OutgoingDukptAttributes_DukptKeyDerivationType <DukptDerivationType>
-IncomingDukptAttributes_DukptKeyVariant <DukptKeyVariant>
-OutgoingDukptAttributes_DukptKeyVariant <DukptKeyVariant>
-EncryptedPinBlock <String>
-IncomingKeyIdentifier <String>
-IncomingTranslationAttributes_IsoFormat1 <TranslationPinDataIsoFormat1>
-OutgoingTranslationAttributes_IsoFormat1 <TranslationPinDataIsoFormat1>
-IncomingWrappedKey_WrappedKeyMaterial_DiffieHellmanSymmetricKey_KeyAlgorithm <SymmetricKeyAlgorithm>
-OutgoingWrappedKey_WrappedKeyMaterial_DiffieHellmanSymmetricKey_KeyAlgorithm <SymmetricKeyAlgorithm>
-IncomingWrappedKey_KeyCheckValueAlgorithm <KeyCheckValueAlgorithm>
-OutgoingWrappedKey_KeyCheckValueAlgorithm <KeyCheckValueAlgorithm>
-IncomingWrappedKey_WrappedKeyMaterial_DiffieHellmanSymmetricKey_KeyDerivationFunction <KeyDerivationFunction>
-OutgoingWrappedKey_WrappedKeyMaterial_DiffieHellmanSymmetricKey_KeyDerivationFunction <KeyDerivationFunction>
-IncomingWrappedKey_WrappedKeyMaterial_DiffieHellmanSymmetricKey_KeyDerivationHashAlgorithm <KeyDerivationHashAlgorithm>
-OutgoingWrappedKey_WrappedKeyMaterial_DiffieHellmanSymmetricKey_KeyDerivationHashAlgorithm <KeyDerivationHashAlgorithm>
-IncomingDukptAttributes_KeySerialNumber <String>
-OutgoingDukptAttributes_KeySerialNumber <String>
-OutgoingKeyIdentifier <String>
-IncomingTranslationAttributes_IsoFormat0_PrimaryAccountNumber <String>
-IncomingTranslationAttributes_IsoFormat3_PrimaryAccountNumber <String>
-IncomingTranslationAttributes_IsoFormat4_PrimaryAccountNumber <String>
-OutgoingTranslationAttributes_IsoFormat0_PrimaryAccountNumber <String>
-OutgoingTranslationAttributes_IsoFormat3_PrimaryAccountNumber <String>
-OutgoingTranslationAttributes_IsoFormat4_PrimaryAccountNumber <String>
-IncomingWrappedKey_WrappedKeyMaterial_DiffieHellmanSymmetricKey_PublicKeyCertificate <String>
-OutgoingWrappedKey_WrappedKeyMaterial_DiffieHellmanSymmetricKey_PublicKeyCertificate <String>
-IncomingWrappedKey_WrappedKeyMaterial_DiffieHellmanSymmetricKey_SharedInformation <String>
-OutgoingWrappedKey_WrappedKeyMaterial_DiffieHellmanSymmetricKey_SharedInformation <String>
-IncomingWrappedKey_WrappedKeyMaterial_Tr31KeyBlock <String>
-OutgoingWrappedKey_WrappedKeyMaterial_Tr31KeyBlock <String>
-Select <String>
-Force <SwitchParameter>
-ClientConfig <AmazonPaymentCryptographyDataConfig>

Description

Translates encrypted PIN block from and to ISO 9564 formats 0,1,3,4. For more information, see Translate PIN data in the Amazon Web Services Payment Cryptography User Guide. PIN block translation involves changing a PIN block from one encryption key to another and optionally change its format. PIN block translation occurs entirely within the HSM boundary and PIN data never enters or leaves Amazon Web Services Payment Cryptography in clear text. 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 also supports use of dynamic keys and ECDH (Elliptic Curve Diffie-Hellman) based key exchange for this operation. Dynamic keys allow you to pass a PEK as a TR-31 WrappedKeyBlock. They can be used when key material is frequently rotated, such as during every card transaction, and there is need to avoid importing short-lived keys into Amazon Web Services Payment Cryptography. To translate PIN block using dynamic keys, the keyARN is the Key Encryption Key (KEK) of the TR-31 wrapped PEK. The incoming wrapped key shall have a key purpose of P0 with a mode of use of B or D. For more information, see Using Dynamic Keys in the Amazon Web Services Payment Cryptography User Guide. Using ECDH key exchange, you can receive cardholder selectable PINs into Amazon Web Services Payment Cryptography. The ECDH derived key protects the incoming PIN block, which is translated to a PEK encrypted PIN block for use within the service. You can also use ECDH for reveal PIN, wherein the service translates the PIN block from PEK to a ECDH derived encryption key. For more information on establishing ECDH derived keys, see the Generating keys in the Amazon Web Services Payment Cryptography User Guide. 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. For information about valid keys for this operation, see Understanding key attributes and Key types for specific data operations in the Amazon Web Services Payment Cryptography User Guide. Amazon Web Services Payment Cryptography currently supports ISO PIN block 4 translation for PIN block built using legacy PAN length. That is, PAN is the right most 12 digits excluding the check digits. Cross-account use: This operation can't be used across different Amazon Web Services accounts. Related operations:

Parameters

Amazon.PowerShell.Cmdlets.PAYCD.AmazonPaymentCryptographyDataClientCmdlet.ClientConfig
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EncryptedPinBlock <String>
The encrypted PIN block data that Amazon Web Services Payment Cryptography translates.
Required?True
Position?Named
Accept pipeline input?True (ByPropertyName)
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-IncomingDukptAttributes_DukptKeyDerivationType <DukptDerivationType>
The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN). This must be less than or equal to the strength of the BDK. For example, you can't use AES_128 as a derivation type for a BDK of AES_128 or TDES_2KEY
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-IncomingDukptAttributes_DukptKeyVariant <DukptKeyVariant>
The type of use of DUKPT, which can be for incoming data decryption, outgoing data encryption, or both.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-IncomingDukptAttributes_KeySerialNumber <String>
The unique identifier known as Key Serial Number (KSN) that comes from an encrypting device using DUKPT encryption method. The KSN is derived from the encrypting device unique identifier and an internal transaction counter.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-IncomingKeyIdentifier <String>
The keyARN of the encryption key under which incoming PIN block data is encrypted. This key type can be PEK or BDK.For dynamic keys, it is the keyARN of KEK of the TR-31 wrapped PEK. For ECDH, it is the keyARN of the asymmetric ECC key.
Required?True
Position?Named
Accept pipeline input?True (ByPropertyName)
-IncomingTranslationAttributes_IsoFormat0_PrimaryAccountNumber <String>
The Primary Account Number (PAN) of the cardholder. A PAN is a unique identifier for a payment credit or debit card and associates the card to a specific account holder.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-IncomingTranslationAttributes_IsoFormat1 <TranslationPinDataIsoFormat1>
Parameters that are required for ISO9564 PIN format 1 tranlation.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-IncomingTranslationAttributes_IsoFormat3_PrimaryAccountNumber <String>
The Primary Account Number (PAN) of the cardholder. A PAN is a unique identifier for a payment credit or debit card and associates the card to a specific account holder.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-IncomingTranslationAttributes_IsoFormat4_PrimaryAccountNumber <String>
The Primary Account Number (PAN) of the cardholder. A PAN is a unique identifier for a payment credit or debit card and associates the card to a specific account holder.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-IncomingWrappedKey_KeyCheckValueAlgorithm <KeyCheckValueAlgorithm>
The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV). It is used to validate the key integrity.For TDES keys, the KCV is computed by encrypting 8 bytes, each with value of zero, with the key to be checked and retaining the 3 highest order bytes of the encrypted result. For AES keys, the KCV is computed using a CMAC algorithm where the input data is 16 bytes of zero and retaining the 3 highest order bytes of the encrypted result.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-IncomingWrappedKey_WrappedKeyMaterial_DiffieHellmanSymmetricKey_CertificateAuthorityPublicKeyIdentifier <String>
The keyArn of the certificate that signed the client's PublicKeyCertificate.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-IncomingWrappedKey_WrappedKeyMaterial_DiffieHellmanSymmetricKey_KeyAlgorithm <SymmetricKeyAlgorithm>
The key algorithm of the derived ECDH key.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-IncomingWrappedKey_WrappedKeyMaterial_DiffieHellmanSymmetricKey_KeyDerivationFunction <KeyDerivationFunction>
The key derivation function to use for deriving a key using ECDH.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-IncomingWrappedKey_WrappedKeyMaterial_DiffieHellmanSymmetricKey_KeyDerivationHashAlgorithm <KeyDerivationHashAlgorithm>
The hash type to use for deriving a key using ECDH.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-IncomingWrappedKey_WrappedKeyMaterial_DiffieHellmanSymmetricKey_PublicKeyCertificate <String>
The client's public key certificate in PEM format (base64 encoded) to use for ECDH key derivation.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-IncomingWrappedKey_WrappedKeyMaterial_DiffieHellmanSymmetricKey_SharedInformation <String>
A byte string containing information that binds the ECDH derived key to the two parties involved or to the context of the key.It may include details like identities of the two parties deriving the key, context of the operation, session IDs, and optionally a nonce. It must not contain zero bytes, and re-using shared information for multiple ECDH key derivations is not recommended.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-IncomingWrappedKey_WrappedKeyMaterial_Tr31KeyBlock <String>
The TR-31 wrapped key block.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-OutgoingDukptAttributes_DukptKeyDerivationType <DukptDerivationType>
The key type derived using DUKPT from a Base Derivation Key (BDK) and Key Serial Number (KSN). This must be less than or equal to the strength of the BDK. For example, you can't use AES_128 as a derivation type for a BDK of AES_128 or TDES_2KEY
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-OutgoingDukptAttributes_DukptKeyVariant <DukptKeyVariant>
The type of use of DUKPT, which can be for incoming data decryption, outgoing data encryption, or both.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-OutgoingDukptAttributes_KeySerialNumber <String>
The unique identifier known as Key Serial Number (KSN) that comes from an encrypting device using DUKPT encryption method. The KSN is derived from the encrypting device unique identifier and an internal transaction counter.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-OutgoingKeyIdentifier <String>
The keyARN of the encryption key for encrypting outgoing PIN block data. This key type can be PEK or BDK.For ECDH, it is the keyARN of the asymmetric ECC key.
Required?True
Position?Named
Accept pipeline input?True (ByPropertyName)
-OutgoingTranslationAttributes_IsoFormat0_PrimaryAccountNumber <String>
The Primary Account Number (PAN) of the cardholder. A PAN is a unique identifier for a payment credit or debit card and associates the card to a specific account holder.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-OutgoingTranslationAttributes_IsoFormat1 <TranslationPinDataIsoFormat1>
Parameters that are required for ISO9564 PIN format 1 tranlation.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-OutgoingTranslationAttributes_IsoFormat3_PrimaryAccountNumber <String>
The Primary Account Number (PAN) of the cardholder. A PAN is a unique identifier for a payment credit or debit card and associates the card to a specific account holder.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-OutgoingTranslationAttributes_IsoFormat4_PrimaryAccountNumber <String>
The Primary Account Number (PAN) of the cardholder. A PAN is a unique identifier for a payment credit or debit card and associates the card to a specific account holder.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-OutgoingWrappedKey_KeyCheckValueAlgorithm <KeyCheckValueAlgorithm>
The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV). It is used to validate the key integrity.For TDES keys, the KCV is computed by encrypting 8 bytes, each with value of zero, with the key to be checked and retaining the 3 highest order bytes of the encrypted result. For AES keys, the KCV is computed using a CMAC algorithm where the input data is 16 bytes of zero and retaining the 3 highest order bytes of the encrypted result.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-OutgoingWrappedKey_WrappedKeyMaterial_DiffieHellmanSymmetricKey_CertificateAuthorityPublicKeyIdentifier <String>
The keyArn of the certificate that signed the client's PublicKeyCertificate.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-OutgoingWrappedKey_WrappedKeyMaterial_DiffieHellmanSymmetricKey_KeyAlgorithm <SymmetricKeyAlgorithm>
The key algorithm of the derived ECDH key.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-OutgoingWrappedKey_WrappedKeyMaterial_DiffieHellmanSymmetricKey_KeyDerivationFunction <KeyDerivationFunction>
The key derivation function to use for deriving a key using ECDH.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-OutgoingWrappedKey_WrappedKeyMaterial_DiffieHellmanSymmetricKey_KeyDerivationHashAlgorithm <KeyDerivationHashAlgorithm>
The hash type to use for deriving a key using ECDH.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-OutgoingWrappedKey_WrappedKeyMaterial_DiffieHellmanSymmetricKey_PublicKeyCertificate <String>
The client's public key certificate in PEM format (base64 encoded) to use for ECDH key derivation.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-OutgoingWrappedKey_WrappedKeyMaterial_DiffieHellmanSymmetricKey_SharedInformation <String>
A byte string containing information that binds the ECDH derived key to the two parties involved or to the context of the key.It may include details like identities of the two parties deriving the key, context of the operation, session IDs, and optionally a nonce. It must not contain zero bytes, and re-using shared information for multiple ECDH key derivations is not recommended.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-OutgoingWrappedKey_WrappedKeyMaterial_Tr31KeyBlock <String>
The TR-31 wrapped key block.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-Select <String>
Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.PaymentCryptographyData.Model.TranslatePinDataResponse). Specifying the name of a property of type Amazon.PaymentCryptographyData.Model.TranslatePinDataResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)

Common Credential and Region Parameters

-AccessKey <String>
The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesAK
-Credential <AWSCredentials>
An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials.
Required?False
Position?Named
Accept pipeline input?True (ByValue, ByPropertyName)
-EndpointUrl <String>
The endpoint to make the call against.Note: This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-NetworkCredential <PSCredential>
Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider's endpoint. This parameter is not required if the user's default network identity can or should be used during authentication.
Required?False
Position?Named
Accept pipeline input?True (ByValue, ByPropertyName)
-ProfileLocation <String>
Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs)If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user's home directory)\.aws\credentials.If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given.As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesAWSProfilesLocation, ProfilesLocation
-ProfileName <String>
The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesStoredCredentials, AWSProfileName
-Region <Object>
The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesRegionToCall
-SecretKey <String>
The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesSK, SecretAccessKey
-SessionToken <String>
The session token if the access and secret keys are temporary session-based credentials.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesST

Outputs

This cmdlet returns an Amazon.PaymentCryptographyData.Model.TranslatePinDataResponse object containing multiple properties.

Supported Version

AWS Tools for PowerShell: 2.x.y.z