| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
static KeyAlgorithm |
KeyAlgorithm.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
KeyAlgorithm |
KeyAttributes.keyAlgorithm()
The key algorithm to be use during creation of an Amazon Web Services Payment Cryptography key.
|
KeyAlgorithm |
GetParametersForExportResponse.signingKeyAlgorithm()
The algorithm of the signing key certificate for use in TR-34 key block generation.
|
KeyAlgorithm |
GetParametersForExportRequest.signingKeyAlgorithm()
The signing key algorithm to generate a signing key certificate.
|
static KeyAlgorithm |
KeyAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyAlgorithm[] |
KeyAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
KeyAlgorithm |
GetParametersForImportResponse.wrappingKeyAlgorithm()
The algorithm of the wrapping key for use within TR-34 key block.
|
KeyAlgorithm |
GetParametersForImportRequest.wrappingKeyAlgorithm()
The wrapping key algorithm to generate a wrapping key certificate.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<KeyAlgorithm> |
KeyAlgorithm.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
KeyAttributes.Builder |
KeyAttributes.Builder.keyAlgorithm(KeyAlgorithm keyAlgorithm)
The key algorithm to be use during creation of an Amazon Web Services Payment Cryptography key.
|
GetParametersForExportResponse.Builder |
GetParametersForExportResponse.Builder.signingKeyAlgorithm(KeyAlgorithm signingKeyAlgorithm)
The algorithm of the signing key certificate for use in TR-34 key block generation.
|
GetParametersForExportRequest.Builder |
GetParametersForExportRequest.Builder.signingKeyAlgorithm(KeyAlgorithm signingKeyAlgorithm)
The signing key algorithm to generate a signing key certificate.
|
GetParametersForImportResponse.Builder |
GetParametersForImportResponse.Builder.wrappingKeyAlgorithm(KeyAlgorithm wrappingKeyAlgorithm)
The algorithm of the wrapping key for use within TR-34 key block.
|
GetParametersForImportRequest.Builder |
GetParametersForImportRequest.Builder.wrappingKeyAlgorithm(KeyAlgorithm wrappingKeyAlgorithm)
The wrapping key algorithm to generate a wrapping key certificate.
|
Copyright © 2023. All rights reserved.