| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
ImportTr34KeyBlock |
ImportTr34KeyBlock.clone() |
ImportTr34KeyBlock |
ImportKeyMaterial.getTr34KeyBlock()
Parameter information for key material import using TR-34 standard.
|
ImportTr34KeyBlock |
ImportTr34KeyBlock.withCertificateAuthorityPublicKeyIdentifier(String certificateAuthorityPublicKeyIdentifier)
The
KeyARN of the certificate chain that signs the signing key certificate during TR-34 key import. |
ImportTr34KeyBlock |
ImportTr34KeyBlock.withImportToken(String importToken)
The import token that initiates key import into Amazon Web Services Payment Cryptography.
|
ImportTr34KeyBlock |
ImportTr34KeyBlock.withKeyBlockFormat(String keyBlockFormat)
The key block format to use during key import.
|
ImportTr34KeyBlock |
ImportTr34KeyBlock.withKeyBlockFormat(Tr34KeyBlockFormat keyBlockFormat)
The key block format to use during key import.
|
ImportTr34KeyBlock |
ImportTr34KeyBlock.withRandomNonce(String randomNonce)
A random number value that is unique to the TR-34 key block generated using 2 pass.
|
ImportTr34KeyBlock |
ImportTr34KeyBlock.withSigningKeyCertificate(String signingKeyCertificate)
The public key component in PEM certificate format of the private key that signs the KDH TR-34 wrapped key block.
|
ImportTr34KeyBlock |
ImportTr34KeyBlock.withWrappedKeyBlock(String wrappedKeyBlock)
The TR-34 wrapped key block to import.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImportKeyMaterial.setTr34KeyBlock(ImportTr34KeyBlock tr34KeyBlock)
Parameter information for key material import using TR-34 standard.
|
ImportKeyMaterial |
ImportKeyMaterial.withTr34KeyBlock(ImportTr34KeyBlock tr34KeyBlock)
Parameter information for key material import using TR-34 standard.
|
Copyright © 2023. All rights reserved.