| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
static ImportKeyMaterial |
ImportKeyMaterial.fromRootCertificatePublicKey(Consumer<RootCertificatePublicKey.Builder> rootCertificatePublicKey)
Create an instance of this class with
rootCertificatePublicKey() initialized to the given value. |
static ImportKeyMaterial |
ImportKeyMaterial.fromRootCertificatePublicKey(RootCertificatePublicKey rootCertificatePublicKey)
Create an instance of this class with
rootCertificatePublicKey() initialized to the given value. |
static ImportKeyMaterial |
ImportKeyMaterial.fromTr31KeyBlock(Consumer<ImportTr31KeyBlock.Builder> tr31KeyBlock)
Create an instance of this class with
tr31KeyBlock() initialized to the given value. |
static ImportKeyMaterial |
ImportKeyMaterial.fromTr31KeyBlock(ImportTr31KeyBlock tr31KeyBlock)
Create an instance of this class with
tr31KeyBlock() initialized to the given value. |
static ImportKeyMaterial |
ImportKeyMaterial.fromTr34KeyBlock(Consumer<ImportTr34KeyBlock.Builder> tr34KeyBlock)
Create an instance of this class with
tr34KeyBlock() initialized to the given value. |
static ImportKeyMaterial |
ImportKeyMaterial.fromTr34KeyBlock(ImportTr34KeyBlock tr34KeyBlock)
Create an instance of this class with
tr34KeyBlock() initialized to the given value. |
static ImportKeyMaterial |
ImportKeyMaterial.fromTrustedCertificatePublicKey(Consumer<TrustedCertificatePublicKey.Builder> trustedCertificatePublicKey)
Create an instance of this class with
trustedCertificatePublicKey() initialized to the given value. |
static ImportKeyMaterial |
ImportKeyMaterial.fromTrustedCertificatePublicKey(TrustedCertificatePublicKey trustedCertificatePublicKey)
Create an instance of this class with
trustedCertificatePublicKey() initialized to the given value. |
ImportKeyMaterial |
ImportKeyRequest.keyMaterial()
The key or public key certificate type to use during key material import, for example TR-34 or
RootCertificatePublicKey.
|
| Modifier and Type | Method and Description |
|---|---|
ImportKeyRequest.Builder |
ImportKeyRequest.Builder.keyMaterial(ImportKeyMaterial keyMaterial)
The key or public key certificate type to use during key material import, for example TR-34 or
RootCertificatePublicKey.
|
Copyright © 2023. All rights reserved.