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