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