| 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.
|
| software.amazon.awssdk.services.paymentcryptography.model |
| 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 GetAliasResponse |
PaymentCryptographyClient.getAlias(Consumer<GetAliasRequest.Builder> getAliasRequest)
Gets the Amazon Web Services Payment Cryptography key associated with the alias.
|
default GetAliasResponse |
PaymentCryptographyClient.getAlias(GetAliasRequest getAliasRequest)
Gets the Amazon Web Services Payment Cryptography key associated with the alias.
|
default GetKeyResponse |
PaymentCryptographyClient.getKey(Consumer<GetKeyRequest.Builder> getKeyRequest)
Gets the key material for an Amazon Web Services Payment Cryptography key, including the immutable and mutable
data specified when the key was created.
|
default GetKeyResponse |
PaymentCryptographyClient.getKey(GetKeyRequest getKeyRequest)
Gets the key material for an Amazon Web Services Payment Cryptography key, including the immutable and mutable
data specified when the key was created.
|
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 GetPublicKeyCertificateResponse |
PaymentCryptographyClient.getPublicKeyCertificate(Consumer<GetPublicKeyCertificateRequest.Builder> getPublicKeyCertificateRequest)
Gets the public key certificate of the asymmetric key pair that exists within Amazon Web Services Payment
Cryptography.
|
default GetPublicKeyCertificateResponse |
PaymentCryptographyClient.getPublicKeyCertificate(GetPublicKeyCertificateRequest getPublicKeyCertificateRequest)
Gets the public key certificate of the asymmetric key pair that exists within 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 ListAliasesResponse |
PaymentCryptographyClient.listAliases(Consumer<ListAliasesRequest.Builder> listAliasesRequest)
Lists the aliases for all keys in the caller's Amazon Web Services account and Amazon Web Services Region.
|
default ListAliasesResponse |
PaymentCryptographyClient.listAliases(ListAliasesRequest listAliasesRequest)
Lists the aliases for all keys in the caller's Amazon Web Services account and Amazon Web Services Region.
|
default ListAliasesIterable |
PaymentCryptographyClient.listAliasesPaginator(Consumer<ListAliasesRequest.Builder> listAliasesRequest)
Lists the aliases for all keys in the caller's Amazon Web Services account and Amazon Web Services Region.
|
default ListAliasesIterable |
PaymentCryptographyClient.listAliasesPaginator(ListAliasesRequest listAliasesRequest)
Lists the aliases for all keys in the caller's Amazon Web Services account and Amazon Web Services Region.
|
default ListKeysResponse |
PaymentCryptographyClient.listKeys(Consumer<ListKeysRequest.Builder> listKeysRequest)
Lists the keys in the caller's Amazon Web Services account and Amazon Web Services Region.
|
default ListKeysResponse |
PaymentCryptographyClient.listKeys(ListKeysRequest listKeysRequest)
Lists the keys in the caller's Amazon Web Services account and Amazon Web Services Region.
|
default ListKeysIterable |
PaymentCryptographyClient.listKeysPaginator(Consumer<ListKeysRequest.Builder> listKeysRequest)
Lists the keys in the caller's Amazon Web Services account and Amazon Web Services Region.
|
default ListKeysIterable |
PaymentCryptographyClient.listKeysPaginator(ListKeysRequest listKeysRequest)
Lists the keys in the caller's Amazon Web Services account and Amazon Web Services Region.
|
default ListTagsForResourceResponse |
PaymentCryptographyClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists the tags for an Amazon Web Services resource.
|
default ListTagsForResourceResponse |
PaymentCryptographyClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags for an Amazon Web Services resource.
|
default ListTagsForResourceIterable |
PaymentCryptographyClient.listTagsForResourcePaginator(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists the tags for an Amazon Web Services resource.
|
default ListTagsForResourceIterable |
PaymentCryptographyClient.listTagsForResourcePaginator(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags for an Amazon Web Services resource.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
You do not have sufficient access to perform this action.
|
class |
ConflictException
This request can cause an inconsistent state for the resource.
|
class |
InternalServerException
The request processing has failed because of an unknown error, exception, or failure.
|
class |
ResourceNotFoundException
The request was denied due to an invalid resource error.
|
class |
ServiceQuotaExceededException
This request would cause a service quota to be exceeded.
|
class |
ServiceUnavailableException
The service cannot complete the request.
|
class |
ThrottlingException
The request was denied due to request throttling.
|
class |
ValidationException
The request was denied due to an invalid request error.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentCryptographyException |
PaymentCryptographyException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(PaymentCryptographyException ex) |
Copyright © 2023. All rights reserved.