| Package | Description | 
|---|---|
| com.amazonaws.services.acmpca.model | 
| Modifier and Type | Method and Description | 
|---|---|
| static SigningAlgorithm | SigningAlgorithm. fromValue(String value)Use this in place of valueOf. | 
| 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 | 
|---|---|
| IssueCertificateRequest | IssueCertificateRequest. withSigningAlgorithm(SigningAlgorithm signingAlgorithm)
 The name of the algorithm that will be used to sign the certificate to be issued. | 
| CertificateAuthorityConfiguration | CertificateAuthorityConfiguration. withSigningAlgorithm(SigningAlgorithm signingAlgorithm)
 Name of the algorithm your private CA uses to sign certificate requests. | 
Copyright © 2021. All rights reserved.