| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
ExportTr34KeyBlock |
ExportTr34KeyBlock.clone() |
ExportTr34KeyBlock |
ExportKeyMaterial.getTr34KeyBlock()
Parameter information for key material export using the asymmetric TR-34 key exchange method.
|
ExportTr34KeyBlock |
ExportTr34KeyBlock.withCertificateAuthorityPublicKeyIdentifier(String certificateAuthorityPublicKeyIdentifier)
The
KeyARN of the certificate chain that signs the wrapping key certificate during TR-34 key export. |
ExportTr34KeyBlock |
ExportTr34KeyBlock.withExportToken(String exportToken)
The export token to initiate key export from Amazon Web Services Payment Cryptography.
|
ExportTr34KeyBlock |
ExportTr34KeyBlock.withKeyBlockFormat(String keyBlockFormat)
The format of key block that Amazon Web Services Payment Cryptography will use during key export.
|
ExportTr34KeyBlock |
ExportTr34KeyBlock.withKeyBlockFormat(Tr34KeyBlockFormat keyBlockFormat)
The format of key block that Amazon Web Services Payment Cryptography will use during key export.
|
ExportTr34KeyBlock |
ExportTr34KeyBlock.withRandomNonce(String randomNonce)
A random number value that is unique to the TR-34 key block generated using 2 pass.
|
ExportTr34KeyBlock |
ExportTr34KeyBlock.withWrappingKeyCertificate(String wrappingKeyCertificate)
The
KeyARN of the wrapping key certificate. |
| Modifier and Type | Method and Description |
|---|---|
void |
ExportKeyMaterial.setTr34KeyBlock(ExportTr34KeyBlock tr34KeyBlock)
Parameter information for key material export using the asymmetric TR-34 key exchange method.
|
ExportKeyMaterial |
ExportKeyMaterial.withTr34KeyBlock(ExportTr34KeyBlock tr34KeyBlock)
Parameter information for key material export using the asymmetric TR-34 key exchange method.
|
Copyright © 2024. All rights reserved.