| 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 key pair (the public and private key).
|
CertificateDetail |
CertificateDetail.withKeyAlgorithm(KeyAlgorithm keyAlgorithm)
The algorithm that was used to generate the key pair (the public and private key).
|
Copyright © 2016. All rights reserved.