| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptography |
You use the Amazon Web Services Payment Cryptography Control Plane to manage the encryption keys you use for
payment-related cryptographic operations.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateAliasResponse |
PaymentCryptographyClient.createAlias(Consumer<CreateAliasRequest.Builder> createAliasRequest)
Creates an alias, or a friendly name, for an Amazon Web Services Payment Cryptography key.
|
default CreateAliasResponse |
PaymentCryptographyClient.createAlias(CreateAliasRequest createAliasRequest)
Creates an alias, or a friendly name, for an Amazon Web Services Payment Cryptography key.
|
default CreateKeyResponse |
PaymentCryptographyClient.createKey(Consumer<CreateKeyRequest.Builder> createKeyRequest)
Creates an Amazon Web Services Payment Cryptography key, a logical representation of a cryptographic key, that is
unique in your account and Amazon Web Services Region.
|
default CreateKeyResponse |
PaymentCryptographyClient.createKey(CreateKeyRequest createKeyRequest)
Creates an Amazon Web Services Payment Cryptography key, a logical representation of a cryptographic key, that is
unique in your account and Amazon Web Services Region.
|
default DeleteAliasResponse |
PaymentCryptographyClient.deleteAlias(Consumer<DeleteAliasRequest.Builder> deleteAliasRequest)
Deletes the alias, but doesn't affect the underlying key.
|
default DeleteAliasResponse |
PaymentCryptographyClient.deleteAlias(DeleteAliasRequest deleteAliasRequest)
Deletes the alias, but doesn't affect the underlying key.
|
default DeleteKeyResponse |
PaymentCryptographyClient.deleteKey(Consumer<DeleteKeyRequest.Builder> deleteKeyRequest)
Deletes the key material and all metadata associated with Amazon Web Services Payment Cryptography key.
|
default DeleteKeyResponse |
PaymentCryptographyClient.deleteKey(DeleteKeyRequest deleteKeyRequest)
Deletes the key material and all metadata associated with Amazon Web Services Payment Cryptography key.
|
default ExportKeyResponse |
PaymentCryptographyClient.exportKey(Consumer<ExportKeyRequest.Builder> exportKeyRequest)
Exports a key from Amazon Web Services Payment Cryptography using either ANSI X9 TR-34 or TR-31 key export
standard.
|
default ExportKeyResponse |
PaymentCryptographyClient.exportKey(ExportKeyRequest exportKeyRequest)
Exports a key from Amazon Web Services Payment Cryptography using either ANSI X9 TR-34 or TR-31 key export
standard.
|
default GetParametersForExportResponse |
PaymentCryptographyClient.getParametersForExport(Consumer<GetParametersForExportRequest.Builder> getParametersForExportRequest)
Gets the export token and the signing key certificate to initiate a TR-34 key export from Amazon Web Services
Payment Cryptography.
|
default GetParametersForExportResponse |
PaymentCryptographyClient.getParametersForExport(GetParametersForExportRequest getParametersForExportRequest)
Gets the export token and the signing key certificate to initiate a TR-34 key export from Amazon Web Services
Payment Cryptography.
|
default GetParametersForImportResponse |
PaymentCryptographyClient.getParametersForImport(Consumer<GetParametersForImportRequest.Builder> getParametersForImportRequest)
Gets the import token and the wrapping key certificate to initiate a TR-34 key import into Amazon Web Services
Payment Cryptography.
|
default GetParametersForImportResponse |
PaymentCryptographyClient.getParametersForImport(GetParametersForImportRequest getParametersForImportRequest)
Gets the import token and the wrapping key certificate to initiate a TR-34 key import into Amazon Web Services
Payment Cryptography.
|
default ImportKeyResponse |
PaymentCryptographyClient.importKey(Consumer<ImportKeyRequest.Builder> importKeyRequest)
Imports keys and public key certificates into Amazon Web Services Payment Cryptography.
|
default ImportKeyResponse |
PaymentCryptographyClient.importKey(ImportKeyRequest importKeyRequest)
Imports keys and public key certificates into Amazon Web Services Payment Cryptography.
|
default RestoreKeyResponse |
PaymentCryptographyClient.restoreKey(Consumer<RestoreKeyRequest.Builder> restoreKeyRequest)
Cancels a scheduled key deletion during the waiting period.
|
default RestoreKeyResponse |
PaymentCryptographyClient.restoreKey(RestoreKeyRequest restoreKeyRequest)
Cancels a scheduled key deletion during the waiting period.
|
default StartKeyUsageResponse |
PaymentCryptographyClient.startKeyUsage(Consumer<StartKeyUsageRequest.Builder> startKeyUsageRequest)
Enables an Amazon Web Services Payment Cryptography key, which makes it active for cryptographic operations
within Amazon Web Services Payment Cryptography
|
default StartKeyUsageResponse |
PaymentCryptographyClient.startKeyUsage(StartKeyUsageRequest startKeyUsageRequest)
Enables an Amazon Web Services Payment Cryptography key, which makes it active for cryptographic operations
within Amazon Web Services Payment Cryptography
|
default StopKeyUsageResponse |
PaymentCryptographyClient.stopKeyUsage(Consumer<StopKeyUsageRequest.Builder> stopKeyUsageRequest)
Disables an Amazon Web Services Payment Cryptography key, which makes it inactive within Amazon Web Services
Payment Cryptography.
|
default StopKeyUsageResponse |
PaymentCryptographyClient.stopKeyUsage(StopKeyUsageRequest stopKeyUsageRequest)
Disables an Amazon Web Services Payment Cryptography key, which makes it inactive within Amazon Web Services
Payment Cryptography.
|
default TagResourceResponse |
PaymentCryptographyClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds or edits tags on an Amazon Web Services Payment Cryptography key.
|
default TagResourceResponse |
PaymentCryptographyClient.tagResource(TagResourceRequest tagResourceRequest)
Adds or edits tags on an Amazon Web Services Payment Cryptography key.
|
default UntagResourceResponse |
PaymentCryptographyClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Deletes a tag from an Amazon Web Services Payment Cryptography key.
|
default UntagResourceResponse |
PaymentCryptographyClient.untagResource(UntagResourceRequest untagResourceRequest)
Deletes a tag from an Amazon Web Services Payment Cryptography key.
|
default UpdateAliasResponse |
PaymentCryptographyClient.updateAlias(Consumer<UpdateAliasRequest.Builder> updateAliasRequest)
Associates an existing Amazon Web Services Payment Cryptography alias with a different key.
|
default UpdateAliasResponse |
PaymentCryptographyClient.updateAlias(UpdateAliasRequest updateAliasRequest)
Associates an existing Amazon Web Services Payment Cryptography alias with a different key.
|
Copyright © 2023. All rights reserved.