| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
static TrustedCertificatePublicKey.Builder |
TrustedCertificatePublicKey.builder() |
TrustedCertificatePublicKey.Builder |
TrustedCertificatePublicKey.Builder.certificateAuthorityPublicKeyIdentifier(String certificateAuthorityPublicKeyIdentifier)
The
KeyARN of the root public key certificate or certificate chain that signs the trusted public
key certificate import. |
default TrustedCertificatePublicKey.Builder |
TrustedCertificatePublicKey.Builder.keyAttributes(Consumer<KeyAttributes.Builder> keyAttributes)
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
TrustedCertificatePublicKey.Builder |
TrustedCertificatePublicKey.Builder.keyAttributes(KeyAttributes keyAttributes)
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
TrustedCertificatePublicKey.Builder |
TrustedCertificatePublicKey.Builder.publicKeyCertificate(String publicKeyCertificate)
Parameter information for trusted public key certificate import.
|
TrustedCertificatePublicKey.Builder |
TrustedCertificatePublicKey.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TrustedCertificatePublicKey.Builder> |
TrustedCertificatePublicKey.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static ImportKeyMaterial |
ImportKeyMaterial.fromTrustedCertificatePublicKey(Consumer<TrustedCertificatePublicKey.Builder> trustedCertificatePublicKey)
Create an instance of this class with
ImportKeyMaterial.trustedCertificatePublicKey() initialized to the given value. |
default ImportKeyMaterial.Builder |
ImportKeyMaterial.Builder.trustedCertificatePublicKey(Consumer<TrustedCertificatePublicKey.Builder> trustedCertificatePublicKey)
Parameter information for trusted public key certificate import.
|
Copyright © 2023. All rights reserved.