| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
static KeyAlgorithm |
KeyAlgorithm.fromValue(String value)
Use this in place of valueOf.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
KeyAttributes |
KeyAttributes.withKeyAlgorithm(KeyAlgorithm keyAlgorithm)
The key algorithm to be use during creation of an Amazon Web Services Payment Cryptography key.
|
GetParametersForExportRequest |
GetParametersForExportRequest.withSigningKeyAlgorithm(KeyAlgorithm signingKeyAlgorithm)
The signing key algorithm to generate a signing key certificate.
|
GetParametersForExportResult |
GetParametersForExportResult.withSigningKeyAlgorithm(KeyAlgorithm signingKeyAlgorithm)
The algorithm of the signing key certificate for use in TR-34 key block generation.
|
GetParametersForImportRequest |
GetParametersForImportRequest.withWrappingKeyAlgorithm(KeyAlgorithm wrappingKeyAlgorithm)
The wrapping key algorithm to generate a wrapping key certificate.
|
GetParametersForImportResult |
GetParametersForImportResult.withWrappingKeyAlgorithm(KeyAlgorithm wrappingKeyAlgorithm)
The algorithm of the wrapping key for use within TR-34 WrappedKeyBlock or RSA WrappedKeyCryptogram.
|
Copyright © 2024. All rights reserved.