| Package | Description |
|---|---|
| software.amazon.awssdk.services.acm.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 |
CertificateDetail.keyAlgorithm()
The algorithm that was used to generate the public-private key pair.
|
KeyAlgorithm |
RequestCertificateRequest.keyAlgorithm()
Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data.
|
KeyAlgorithm |
CertificateSummary.keyAlgorithm()
The algorithm that was used to generate the public-private key pair.
|
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 |
|---|---|
List<KeyAlgorithm> |
Filters.keyTypes()
Specify one or more algorithms that can be used to generate key pairs.
|
static Set<KeyAlgorithm> |
KeyAlgorithm.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CertificateDetail.Builder |
CertificateDetail.Builder.keyAlgorithm(KeyAlgorithm keyAlgorithm)
The algorithm that was used to generate the public-private key pair.
|
RequestCertificateRequest.Builder |
RequestCertificateRequest.Builder.keyAlgorithm(KeyAlgorithm keyAlgorithm)
Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data.
|
CertificateSummary.Builder |
CertificateSummary.Builder.keyAlgorithm(KeyAlgorithm keyAlgorithm)
The algorithm that was used to generate the public-private key pair.
|
Filters.Builder |
Filters.Builder.keyTypes(KeyAlgorithm... keyTypes)
Specify one or more algorithms that can be used to generate key pairs.
|
| Modifier and Type | Method and Description |
|---|---|
Filters.Builder |
Filters.Builder.keyTypes(Collection<KeyAlgorithm> keyTypes)
Specify one or more algorithms that can be used to generate key pairs.
|
Copyright © 2023. All rights reserved.