| Package | Description |
|---|---|
| com.amazonaws.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
HashAlgorithmOptions |
HashAlgorithmOptions.clone() |
HashAlgorithmOptions |
SigningConfiguration.getHashAlgorithmOptions()
The hash algorithm options that are available for a code-signing job.
|
HashAlgorithmOptions |
HashAlgorithmOptions.withAllowedValues(Collection<String> allowedValues)
The set of accepted hash algorithms allowed in a code-signing job.
|
HashAlgorithmOptions |
HashAlgorithmOptions.withAllowedValues(HashAlgorithm... allowedValues)
The set of accepted hash algorithms allowed in a code-signing job.
|
HashAlgorithmOptions |
HashAlgorithmOptions.withAllowedValues(String... 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.
|
HashAlgorithmOptions |
HashAlgorithmOptions.withDefaultValue(String defaultValue)
The default hash algorithm that is used in a code-signing job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SigningConfiguration.setHashAlgorithmOptions(HashAlgorithmOptions hashAlgorithmOptions)
The hash algorithm options that are available for a code-signing job.
|
SigningConfiguration |
SigningConfiguration.withHashAlgorithmOptions(HashAlgorithmOptions hashAlgorithmOptions)
The hash algorithm options that are available for a code-signing job.
|
Copyright © 2025. All rights reserved.