| Package | Description |
|---|---|
| com.amazonaws.services.certificatemanager.model |
| Modifier and Type | Method and Description |
|---|---|
static KeyAlgorithm |
KeyAlgorithm.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
CertificateDetail.setKeyAlgorithm(KeyAlgorithm keyAlgorithm)
The algorithm that was used to generate the public-private key pair.
|
CertificateDetail |
CertificateDetail.withKeyAlgorithm(KeyAlgorithm keyAlgorithm)
The algorithm that was used to generate the public-private key pair.
|
Filters |
Filters.withKeyTypes(KeyAlgorithm... keyTypes)
Specify one or more algorithms that can be used to generate key pairs.
|
Copyright © 2020. All rights reserved.