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