| Package | Description |
|---|---|
| software.amazon.awssdk.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
static PrivateKeyAttributesV2.Builder |
PrivateKeyAttributesV2.builder() |
PrivateKeyAttributesV2.Builder |
PrivateKeyAttributesV2.Builder.cryptoProviders(Collection<String> cryptoProviders)
Defines the cryptographic providers used to generate the private key.
|
PrivateKeyAttributesV2.Builder |
PrivateKeyAttributesV2.Builder.cryptoProviders(String... cryptoProviders)
Defines the cryptographic providers used to generate the private key.
|
PrivateKeyAttributesV2.Builder |
PrivateKeyAttributesV2.Builder.keySpec(KeySpec keySpec)
Defines the purpose of the private key.
|
PrivateKeyAttributesV2.Builder |
PrivateKeyAttributesV2.Builder.keySpec(String keySpec)
Defines the purpose of the private key.
|
PrivateKeyAttributesV2.Builder |
PrivateKeyAttributesV2.Builder.minimalKeyLength(Integer minimalKeyLength)
Set the minimum key length of the private key.
|
PrivateKeyAttributesV2.Builder |
PrivateKeyAttributesV2.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PrivateKeyAttributesV2.Builder> |
PrivateKeyAttributesV2.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TemplateV2.Builder |
TemplateV2.Builder.privateKeyAttributes(Consumer<PrivateKeyAttributesV2.Builder> privateKeyAttributes)
Private key attributes allow you to specify the minimal key length, key spec, and cryptographic providers for
the private key of a certificate for v2 templates.
|
Copyright © 2023. All rights reserved.