| Package | Description |
|---|---|
| com.amazonaws.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
PrivateKeyAttributesV2 |
PrivateKeyAttributesV2.clone() |
PrivateKeyAttributesV2 |
TemplateV2.getPrivateKeyAttributes()
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.
|
PrivateKeyAttributesV2 |
PrivateKeyAttributesV2.withCryptoProviders(Collection<String> cryptoProviders)
Defines the cryptographic providers used to generate the private key.
|
PrivateKeyAttributesV2 |
PrivateKeyAttributesV2.withCryptoProviders(String... cryptoProviders)
Defines the cryptographic providers used to generate the private key.
|
PrivateKeyAttributesV2 |
PrivateKeyAttributesV2.withKeySpec(KeySpec keySpec)
Defines the purpose of the private key.
|
PrivateKeyAttributesV2 |
PrivateKeyAttributesV2.withKeySpec(String keySpec)
Defines the purpose of the private key.
|
PrivateKeyAttributesV2 |
PrivateKeyAttributesV2.withMinimalKeyLength(Integer minimalKeyLength)
Set the minimum key length of the private key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateV2.setPrivateKeyAttributes(PrivateKeyAttributesV2 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.
|
TemplateV2 |
TemplateV2.withPrivateKeyAttributes(PrivateKeyAttributesV2 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 © 2025. All rights reserved.