| Package | Description |
|---|---|
| com.amazonaws.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
static HashAlgorithm |
HashAlgorithm.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
HashAlgorithmOptions |
HashAlgorithmOptions.withAllowedValues(HashAlgorithm... allowedValues)
The set of accepted hash algorithms allowed in a code-signing job.
|
HashAlgorithmOptions |
HashAlgorithmOptions.withDefaultValue(HashAlgorithm defaultValue)
The default hash algorithm that is used in a code-signing job.
|
SigningConfigurationOverrides |
SigningConfigurationOverrides.withHashAlgorithm(HashAlgorithm hashAlgorithm)
A specified override of the default hash algorithm that is used in a code-signing job.
|
Copyright © 2023. All rights reserved.