| Package | Description |
|---|---|
| software.amazon.awssdk.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
static KeyAlgorithm |
KeyAlgorithm.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
KeyAlgorithm |
CertificateAuthorityConfiguration.keyAlgorithm()
Type of the public key algorithm and size, in bits, of the key pair that your CA creates when it issues a
certificate.
|
static KeyAlgorithm |
KeyAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyAlgorithm[] |
KeyAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<KeyAlgorithm> |
KeyAlgorithm.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CertificateAuthorityConfiguration.Builder |
CertificateAuthorityConfiguration.Builder.keyAlgorithm(KeyAlgorithm keyAlgorithm)
Type of the public key algorithm and size, in bits, of the key pair that your CA creates when it issues a
certificate.
|
Copyright © 2023. All rights reserved.