| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
static KeyMaterialType |
KeyMaterialType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
KeyMaterialType |
GetParametersForExportRequest.keyMaterialType()
The key block format type (for example, TR-34 or TR-31) to use during key material export.
|
KeyMaterialType |
GetParametersForImportRequest.keyMaterialType()
The key block format type such as TR-34 or TR-31 to use during key material import.
|
static KeyMaterialType |
KeyMaterialType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyMaterialType[] |
KeyMaterialType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<KeyMaterialType> |
KeyMaterialType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetParametersForExportRequest.Builder |
GetParametersForExportRequest.Builder.keyMaterialType(KeyMaterialType keyMaterialType)
The key block format type (for example, TR-34 or TR-31) to use during key material export.
|
GetParametersForImportRequest.Builder |
GetParametersForImportRequest.Builder.keyMaterialType(KeyMaterialType keyMaterialType)
The key block format type such as TR-34 or TR-31 to use during key material import.
|
Copyright © 2023. All rights reserved.