| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
ExportKeyMaterial |
ExportKeyMaterial.clone() |
ExportKeyMaterial |
ExportKeyRequest.getKeyMaterial()
The key block format type, for example, TR-34 or TR-31, to use during key material export.
|
ExportKeyMaterial |
ExportKeyMaterial.withTr31KeyBlock(ExportTr31KeyBlock tr31KeyBlock)
Parameter information for key material export using TR-31 standard.
|
ExportKeyMaterial |
ExportKeyMaterial.withTr34KeyBlock(ExportTr34KeyBlock tr34KeyBlock)
Parameter information for key material export using TR-34 standard.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExportKeyRequest.setKeyMaterial(ExportKeyMaterial keyMaterial)
The key block format type, for example, TR-34 or TR-31, to use during key material export.
|
ExportKeyRequest |
ExportKeyRequest.withKeyMaterial(ExportKeyMaterial keyMaterial)
The key block format type, for example, TR-34 or TR-31, to use during key material export.
|
Copyright © 2023. All rights reserved.