| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
static ExportKeyMaterial |
ExportKeyMaterial.fromTr31KeyBlock(Consumer<ExportTr31KeyBlock.Builder> tr31KeyBlock)
Create an instance of this class with
tr31KeyBlock() initialized to the given value. |
static ExportKeyMaterial |
ExportKeyMaterial.fromTr31KeyBlock(ExportTr31KeyBlock tr31KeyBlock)
Create an instance of this class with
tr31KeyBlock() initialized to the given value. |
static ExportKeyMaterial |
ExportKeyMaterial.fromTr34KeyBlock(Consumer<ExportTr34KeyBlock.Builder> tr34KeyBlock)
Create an instance of this class with
tr34KeyBlock() initialized to the given value. |
static ExportKeyMaterial |
ExportKeyMaterial.fromTr34KeyBlock(ExportTr34KeyBlock tr34KeyBlock)
Create an instance of this class with
tr34KeyBlock() initialized to the given value. |
ExportKeyMaterial |
ExportKeyRequest.keyMaterial()
The key block format type, for example, TR-34 or TR-31, to use during key material export.
|
| Modifier and Type | Method and Description |
|---|---|
ExportKeyRequest.Builder |
ExportKeyRequest.Builder.keyMaterial(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.