| Package | Description |
|---|---|
| com.amazonaws.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
PrivateKeyAttributesV3 |
PrivateKeyAttributesV3.clone() |
PrivateKeyAttributesV3 |
TemplateV3.getPrivateKeyAttributes()
Private key attributes allow you to specify the algorithm, minimal key length, key spec, key usage, and
cryptographic providers for the private key of a certificate for v3 templates.
|
PrivateKeyAttributesV3 |
PrivateKeyAttributesV3.withAlgorithm(PrivateKeyAlgorithm algorithm)
Defines the algorithm used to generate the private key.
|
PrivateKeyAttributesV3 |
PrivateKeyAttributesV3.withAlgorithm(String algorithm)
Defines the algorithm used to generate the private key.
|
PrivateKeyAttributesV3 |
PrivateKeyAttributesV3.withCryptoProviders(Collection<String> cryptoProviders)
Defines the cryptographic providers used to generate the private key.
|
PrivateKeyAttributesV3 |
PrivateKeyAttributesV3.withCryptoProviders(String... cryptoProviders)
Defines the cryptographic providers used to generate the private key.
|
PrivateKeyAttributesV3 |
PrivateKeyAttributesV3.withKeySpec(KeySpec keySpec)
Defines the purpose of the private key.
|
PrivateKeyAttributesV3 |
PrivateKeyAttributesV3.withKeySpec(String keySpec)
Defines the purpose of the private key.
|
PrivateKeyAttributesV3 |
PrivateKeyAttributesV3.withKeyUsageProperty(KeyUsageProperty keyUsageProperty)
The key usage property defines the purpose of the private key contained in the certificate.
|
PrivateKeyAttributesV3 |
PrivateKeyAttributesV3.withMinimalKeyLength(Integer minimalKeyLength)
Set the minimum key length of the private key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateV3.setPrivateKeyAttributes(PrivateKeyAttributesV3 privateKeyAttributes)
Private key attributes allow you to specify the algorithm, minimal key length, key spec, key usage, and
cryptographic providers for the private key of a certificate for v3 templates.
|
TemplateV3 |
TemplateV3.withPrivateKeyAttributes(PrivateKeyAttributesV3 privateKeyAttributes)
Private key attributes allow you to specify the algorithm, minimal key length, key spec, key usage, and
cryptographic providers for the private key of a certificate for v3 templates.
|
Copyright © 2025. All rights reserved.