| Package | Description |
|---|---|
| software.amazon.awssdk.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
HashAlgorithm |
HashAlgorithmOptions.defaultValue()
The default hash algorithm that is used in a code signing job.
|
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 |
SigningConfigurationOverrides.hashAlgorithm()
A specified override of the default hash algorithm that is used in a code signing job.
|
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 |
|---|---|
List<HashAlgorithm> |
HashAlgorithmOptions.allowedValues()
The set of accepted hash algorithms allowed in a code signing job.
|
static Set<HashAlgorithm> |
HashAlgorithm.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
HashAlgorithmOptions.Builder |
HashAlgorithmOptions.Builder.allowedValues(HashAlgorithm... allowedValues)
The set of accepted hash algorithms allowed in a code signing job.
|
HashAlgorithmOptions.Builder |
HashAlgorithmOptions.Builder.defaultValue(HashAlgorithm defaultValue)
The default hash algorithm that is used in a code signing job.
|
SigningConfigurationOverrides.Builder |
SigningConfigurationOverrides.Builder.hashAlgorithm(HashAlgorithm hashAlgorithm)
A specified override of the default hash algorithm that is used in a code signing job.
|
| Modifier and Type | Method and Description |
|---|---|
HashAlgorithmOptions.Builder |
HashAlgorithmOptions.Builder.allowedValues(Collection<HashAlgorithm> allowedValues)
The set of accepted hash algorithms allowed in a code signing job.
|
Copyright © 2022. All rights reserved.