| Package | Description |
|---|---|
| software.amazon.awssdk.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
PrivateKeyAlgorithm |
PrivateKeyAttributesV3.algorithm()
Defines the algorithm used to generate the private key.
|
PrivateKeyAlgorithm |
PrivateKeyAttributesV4.algorithm()
Defines the algorithm used to generate the private key.
|
static PrivateKeyAlgorithm |
PrivateKeyAlgorithm.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static PrivateKeyAlgorithm |
PrivateKeyAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrivateKeyAlgorithm[] |
PrivateKeyAlgorithm.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<PrivateKeyAlgorithm> |
PrivateKeyAlgorithm.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PrivateKeyAttributesV3.Builder |
PrivateKeyAttributesV3.Builder.algorithm(PrivateKeyAlgorithm algorithm)
Defines the algorithm used to generate the private key.
|
PrivateKeyAttributesV4.Builder |
PrivateKeyAttributesV4.Builder.algorithm(PrivateKeyAlgorithm algorithm)
Defines the algorithm used to generate the private key.
|
Copyright © 2023. All rights reserved.