| Package | Description |
|---|---|
| software.amazon.awssdk.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
static SigningAlgorithm |
SigningAlgorithm.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SigningAlgorithm |
CertificateAuthorityConfiguration.signingAlgorithm()
Name of the algorithm your private CA uses to sign certificate requests.
|
SigningAlgorithm |
IssueCertificateRequest.signingAlgorithm()
The name of the algorithm that will be used to sign the certificate to be issued.
|
static SigningAlgorithm |
SigningAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SigningAlgorithm[] |
SigningAlgorithm.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<SigningAlgorithm> |
SigningAlgorithm.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CertificateAuthorityConfiguration.Builder |
CertificateAuthorityConfiguration.Builder.signingAlgorithm(SigningAlgorithm signingAlgorithm)
Name of the algorithm your private CA uses to sign certificate requests.
|
IssueCertificateRequest.Builder |
IssueCertificateRequest.Builder.signingAlgorithm(SigningAlgorithm signingAlgorithm)
The name of the algorithm that will be used to sign the certificate to be issued.
|
Copyright © 2023. All rights reserved.