| 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.withKeyCryptogram(ExportKeyCryptogram keyCryptogram)
Parameter information for key material export using asymmetric RSA wrap and unwrap key exchange method
|
ExportKeyMaterial |
ExportKeyMaterial.withTr31KeyBlock(ExportTr31KeyBlock tr31KeyBlock)
Parameter information for key material export using symmetric TR-31 key exchange method.
|
ExportKeyMaterial |
ExportKeyMaterial.withTr34KeyBlock(ExportTr34KeyBlock tr34KeyBlock)
Parameter information for key material export using the asymmetric TR-34 key exchange method.
|
| 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 © 2024. All rights reserved.