| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
static ImportTr34KeyBlock.Builder |
ImportTr34KeyBlock.builder() |
ImportTr34KeyBlock.Builder |
ImportTr34KeyBlock.Builder.certificateAuthorityPublicKeyIdentifier(String certificateAuthorityPublicKeyIdentifier)
The
KeyARN of the certificate chain that signs the signing key certificate during TR-34 key
import. |
ImportTr34KeyBlock.Builder |
ImportTr34KeyBlock.Builder.importToken(String importToken)
The import token that initiates key import into Amazon Web Services Payment Cryptography.
|
ImportTr34KeyBlock.Builder |
ImportTr34KeyBlock.Builder.keyBlockFormat(String keyBlockFormat)
The key block format to use during key import.
|
ImportTr34KeyBlock.Builder |
ImportTr34KeyBlock.Builder.keyBlockFormat(Tr34KeyBlockFormat keyBlockFormat)
The key block format to use during key import.
|
ImportTr34KeyBlock.Builder |
ImportTr34KeyBlock.Builder.randomNonce(String randomNonce)
A random number value that is unique to the TR-34 key block generated using 2 pass.
|
ImportTr34KeyBlock.Builder |
ImportTr34KeyBlock.Builder.signingKeyCertificate(String signingKeyCertificate)
The public key component in PEM certificate format of the private key that signs the KDH TR-34 wrapped key
block.
|
ImportTr34KeyBlock.Builder |
ImportTr34KeyBlock.toBuilder() |
ImportTr34KeyBlock.Builder |
ImportTr34KeyBlock.Builder.wrappedKeyBlock(String wrappedKeyBlock)
The TR-34 wrapped key block to import.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ImportTr34KeyBlock.Builder> |
ImportTr34KeyBlock.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static ImportKeyMaterial |
ImportKeyMaterial.fromTr34KeyBlock(Consumer<ImportTr34KeyBlock.Builder> tr34KeyBlock)
Create an instance of this class with
ImportKeyMaterial.tr34KeyBlock() initialized to the given value. |
default ImportKeyMaterial.Builder |
ImportKeyMaterial.Builder.tr34KeyBlock(Consumer<ImportTr34KeyBlock.Builder> tr34KeyBlock)
Parameter information for key material import using TR-34 standard.
|
Copyright © 2023. All rights reserved.